GeiserX/lynxprompt-mcp
MCP Server for LynxPrompt — browse, search, and manage AI configuration blueprints (AGENTS.md, CLAUDE.md) via MCP
Platform-specific configuration:
{
"mcpServers": {
"lynxprompt-mcp": {
"command": "npx",
"args": [
"-y",
"lynxprompt-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<h1 align="center">LynxPrompt-MCP</h1>
<p align="center"> <a href="https://www.npmjs.com/package/lynxprompt-mcp"></a> <a href="https://hub.docker.com/r/drumsergio/lynxprompt-mcp"></a> <a href="https://github.com/GeiserX/lynxprompt-mcp/stargazers"></a> <a href="https://github.com/GeiserX/lynxprompt-mcp/blob/main/LICENSE"></a> </p>
<p align="center"><strong>A tiny bridge that exposes any LynxPrompt instance as an MCP server, enabling LLMs to browse, search, and manage AI configuration blueprints.</strong></p>
---
| Type | What for | MCP URI / Tool id | |---------------|------------------------------------------------------------|----------------------------------| | Resources | Browse blueprints, hierarchies, and user info read-only | lynxprompt://blueprints<br>lynxprompt://blueprint/{id}<br>lynxprompt://hierarchies<br>lynxprompt://hierarchy/{id}<br>lynxprompt://user | | Tools | Create, update, delete blueprints and manage hierarchies | search_blueprints<br>create_blueprint<br>update_blueprint<br>delete_blueprint<br>create_hierarchy<br>delete_hierarchy |
Everything is exposed over a single JSON-RPC endpoint (/mcp). LLMs / Agents can: initialize -> readResource -> listTools -> callTool ... and so on.
---
services:
lynxprompt-mcp:
imLoading reviews...