mcp-architector for Cursor
io.github.thesharque/mcp-architector
MCP server for architecture and system design. Store and manage project architecture locally.
client:Cursor
transport:stdio
runtime:npm
Install mcp-architector in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-architector": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-architector"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs