Project Context for Cursor
io.github.sandovalrr/project-context
Safely manage repository-scoped issues across Linear, GitHub Issues, and Jira Cloud.
client:Cursor
transport:stdio
runtime:npm
Install Project Context in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"project-context": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sandovalrr/project-context-mcp"
],
"env": {
"PROJECT_CONTEXT_CONFIG_DIR": "<PROJECT_CONTEXT_CONFIG_DIR>",
"PROJECT_CONTEXT_STATE_DIR": "<PROJECT_CONTEXT_STATE_DIR>",
"PROJECT_CONTEXT_CWD": "<PROJECT_CONTEXT_CWD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs