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