lynxprompt mcp for Windsurf
io.github.geiserx/lynxprompt-mcp
MCP server for LynxPrompt — browse, search, and manage AI configuration blueprints
client:Windsurf
transport:stdio
runtime:npm
Install lynxprompt mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"lynxprompt-mcp": {
"command": "npx",
"args": [
"-y",
"lynxprompt-mcp"
],
"env": {
"LYNXPROMPT_URL": "<LYNXPROMPT_URL>",
"LYNXPROMPT_TOKEN": "<LYNXPROMPT_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs