project lore for Cursor
io.github.tamas-fm/project-lore
A local-first MCP server that routes development tasks to authoritative project documentation.
client:Cursor
transport:stdio
runtime:npm
Install project lore in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"project-lore": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"project-lore-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs