io.github.intent-driven-software/idf-mcp MCP Server
io.github.intent-driven-software/idf-mcp
What is the io.github.intent-driven-software/idf-mcp MCP server?
Turn an IDF domain into an MCP server with invariants and role scopes in every tool description.
How to install io.github.intent-driven-software/idf-mcp
Copy-paste configuration for popular MCP clients.
IDF_SERVERrequiredBase URL of the IDF host runtime (e.g. http://localhost:3001).
IDF_DOMAINrequiredIDF domain to expose as MCP tools (e.g. invest, booking, planning).
IDF_BOOTSTRAPSet to 0 if the host runtime already bootstrapped the domain; 1 (default) to bootstrap from IDF_ONTOLOGY_PATH on first connection.
IDF_ONTOLOGY_PATHFilesystem path to the domain ontology module (only used when IDF_BOOTSTRAP=1).
IDF_AUTH_TOKENsecretOptional bearer token forwarded to the host runtime as the agent's role credential.
{
"mcpServers": {
"idf-mcp": {
"command": "npx",
"args": [
"-y",
"@intent-driven/mcp-server"
],
"env": {
"IDF_SERVER": "<YOUR_IDF_SERVER>",
"IDF_DOMAIN": "<YOUR_IDF_DOMAIN>",
"IDF_BOOTSTRAP": "<YOUR_IDF_BOOTSTRAP>",
"IDF_ONTOLOGY_PATH": "<YOUR_IDF_ONTOLOGY_PATH>",
"IDF_AUTH_TOKEN": "<YOUR_IDF_AUTH_TOKEN>"
}
}
}
}{
"mcpServers": {
"idf-mcp": {
"command": "npx",
"args": [
"-y",
"@intent-driven/mcp-server"
],
"env": {
"IDF_SERVER": "<YOUR_IDF_SERVER>",
"IDF_DOMAIN": "<YOUR_IDF_DOMAIN>",
"IDF_BOOTSTRAP": "<YOUR_IDF_BOOTSTRAP>",
"IDF_ONTOLOGY_PATH": "<YOUR_IDF_ONTOLOGY_PATH>",
"IDF_AUTH_TOKEN": "<YOUR_IDF_AUTH_TOKEN>"
}
}
}
}{
"mcpServers": {
"idf-mcp": {
"command": "npx",
"args": [
"-y",
"@intent-driven/mcp-server"
],
"env": {
"IDF_SERVER": "<YOUR_IDF_SERVER>",
"IDF_DOMAIN": "<YOUR_IDF_DOMAIN>",
"IDF_BOOTSTRAP": "<YOUR_IDF_BOOTSTRAP>",
"IDF_ONTOLOGY_PATH": "<YOUR_IDF_ONTOLOGY_PATH>",
"IDF_AUTH_TOKEN": "<YOUR_IDF_AUTH_TOKEN>"
}
}
}
}{
"servers": {
"idf-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@intent-driven/mcp-server"
],
"env": {
"IDF_SERVER": "<YOUR_IDF_SERVER>",
"IDF_DOMAIN": "<YOUR_IDF_DOMAIN>",
"IDF_BOOTSTRAP": "<YOUR_IDF_BOOTSTRAP>",
"IDF_ONTOLOGY_PATH": "<YOUR_IDF_ONTOLOGY_PATH>",
"IDF_AUTH_TOKEN": "<YOUR_IDF_AUTH_TOKEN>"
}
}
}
}claude mcp add idf-mcp --env IDF_SERVER=<YOUR_IDF_SERVER> --env IDF_DOMAIN=<YOUR_IDF_DOMAIN> --env IDF_BOOTSTRAP=<YOUR_IDF_BOOTSTRAP> --env IDF_ONTOLOGY_PATH=<YOUR_IDF_ONTOLOGY_PATH> --env IDF_AUTH_TOKEN=<YOUR_IDF_AUTH_TOKEN> -- npx -y @intent-driven/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.