Loading MCP server directory, please wait...
Turn an IDF domain into an MCP server with invariants and role scopes in every tool description.
npx @getmcp/cli add io.github.intent-driven-software/idf-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
IDF_SERVERBase URL of the IDF host runtime (e.g. http://localhost:3001).
IDF_DOMAINIDF domain to expose as MCP tools (e.g. invest, booking, planning).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.intent-driven-software/idf-mcp": {
"command": "npx",
"args": [
"-y",
"@intent-driven/mcp-server"
],
"env": {
"IDF_SERVER": "",
"IDF_DOMAIN": "",
"IDF_BOOTSTRAP": "",
"IDF_ONTOLOGY_PATH": "",
"IDF_AUTH_TOKEN": ""
}
}
}
}