Skip to content
Cline

idf mcp for Cline

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:Cline transport:stdio runtime:npm

Install idf mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

idf mcp in other clients