
Lynxprompt Mcp
Browse, search, and manage LynxPrompt AI configuration blueprints from your agent so prompts and agent configs stay versioned and discoverable.
Overview
LynxPrompt MCP is a Build-phase MCP server for browsing and managing AI configuration blueprints in LynxPrompt from your agent.
What is this MCP server?
- LynxPrompt API bridge: browse, search, and manage configuration blueprints
- LYNXPROMPT_URL plus LYNXPROMPT_TOKEN (lp_xxx) required secrets
- npm lynxprompt-mcp v0.0.2 and OCI drumsergio/lynxprompt-mcp:v0.0.2 stdio
- Supports self-hosted or cloud LynxPrompt base URL configuration
- Fits solo builders curating reusable agent prompts across projects
- Server version 0.0.2
- 2 required env vars: LYNXPROMPT_URL, LYNXPROMPT_TOKEN
- 2 stdio package channels: npm and OCI
Community signal: 1 GitHub stars.
What problem does it solve?
Your agent prompts and config blueprints live in scattered files, so you cannot search or sync them while pair-programming.
Who is it for?
Solo builders using LynxPrompt as a prompt blueprint library who want MCP access from Claude Code or Cursor.
Skip if: Teams with no LynxPrompt account or instance, or those who only need static SKILL.md files in git.
What do I get? / Deliverables
Your agent can query and manage LynxPrompt blueprints in-chat after URL and lp_ token are set on the MCP server.
- Searchable blueprint access inside agent sessions
- Managed LynxPrompt configs without manual UI switching
Recommended MCP Servers
Journey fit
Blueprint and prompt library work anchors in Build agent-tooling where you assemble how models behave in the product. Agent-tooling is the shelf for MCP servers that manage prompts, configs, and multi-agent setup artifacts—not raw app UI code.
How it compares
LynxPrompt API MCP—not an in-repo Claude skill or generic prompt-optimizer.
Common Questions / FAQ
Who is LynxPrompt MCP for?
Indie developers and agent users on LynxPrompt who want to search and manage configuration blueprints through MCP in their coding assistant.
When should I use LynxPrompt MCP?
Use it while building or refining agent behavior—prototype prompts, sync blueprints, or audit configs before ship.
How do I add LynxPrompt MCP to my agent?
Install lynxprompt-mcp, set LYNXPROMPT_URL and LYNXPROMPT_TOKEN, and register the stdio server in your agent’s MCP settings.