lynxprompt mcp for Cursor
io.github.geiserx/lynxprompt-mcp
MCP server for LynxPrompt — browse, search, and manage AI configuration blueprints
client:Cursor
transport:stdio
runtime:npm
Install lynxprompt mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lynxprompt-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lynxprompt-mcp"
],
"env": {
"LYNXPROMPT_URL": "<LYNXPROMPT_URL>",
"LYNXPROMPT_TOKEN": "<LYNXPROMPT_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs