inam mcp for Windsurf
io.github.inamprotocol/inam-mcp
Check an agent's INAM reputation before trusting it, and sign a receipt when work is done.
client:Windsurf
transport:stdio
runtime:npm
Install inam mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"inam-mcp": {
"command": "npx",
"args": [
"-y",
"inam-mcp"
],
"env": {
"INAM_URL": "<INAM_URL>",
"INAM_PRIVATE_KEY": "<INAM_PRIVATE_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs