mcp server for Cline
io.github.jonybur-oc/mcp-server
stories.yaml — an open specification for software requirements, enforced by CI.
client:Cline
transport:stdio
runtime:npm
Install mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-server": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs