idf mcp for Claude Desktop
io.github.intent-driven-software/idf-mcp
Turn an IDF domain into an MCP server with invariants and role scopes in every tool description.
client:Claude Desktop
transport:stdio
runtime:npm
Install idf mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"idf-mcp": {
"command": "npx",
"args": [
"-y",
"@intent-driven/mcp-server"
],
"env": {
"IDF_SERVER": "<IDF_SERVER>",
"IDF_DOMAIN": "<IDF_DOMAIN>",
"IDF_BOOTSTRAP": "<IDF_BOOTSTRAP>",
"IDF_ONTOLOGY_PATH": "<IDF_ONTOLOGY_PATH>",
"IDF_AUTH_TOKEN": "<IDF_AUTH_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs