archstone for VS Code
io.github.archstone-romania/archstone
Compile your own business capabilities from declarative YAML and serve them as MCP tools.
client:VS Code
transport:stdio
runtime:npm
Install archstone in VS Code
.vscode/mcp.json
{
"servers": {
"archstone": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@archstone/cli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs