archstone for Cursor
io.github.archstone-romania/archstone
Compile your own business capabilities from declarative YAML and serve them as MCP tools.
client:Cursor
transport:stdio
runtime:npm
Install archstone in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"archstone": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@archstone/cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs