mcp-architector for VS Code
io.github.thesharque/mcp-architector
MCP server for architecture and system design. Store and manage project architecture locally.
client:VS Code
transport:stdio
runtime:npm
Install mcp-architector in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-architector": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-architector"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs