mcp server for Cursor
io.github.jonybur-oc/mcp-server
stories.yaml — an open specification for software requirements, enforced by CI.
client:Cursor
transport:stdio
runtime:npm
Install mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@locus-dev/mcp-server"
],
"env": {
"PROTOTYPER_API_KEY": "<PROTOTYPER_API_KEY>",
"PROTOTYPER_PROJECT_ID": "<PROTOTYPER_PROJECT_ID>",
"LOCUS_STORIES_PATH": "<LOCUS_STORIES_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs