MCP server exposing the Arco Lexicon as structured, queryable tools for AI assistants. Canonical terminology for autonomous business design.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"arcoventure-mcp-serv": {
"command": "npx",
"args": [
"-y",
"arcoventure/arcoventure-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add arcoventure-mcp-serv npx -y arcoventure/arcoventure-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"arcoventure-mcp-serv": {
"command": "npx",
"args": [
"-y",
"arcoventure/arcoventure-mcp-server"
]
}
}
}