MCP Server
MCP
io.github.GeiserX/lynxprompt-mcp
MCP server for LynxPrompt — browse, search, and manage AI configuration blueprints
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "lynxprompt-mcp",
"version": "0.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "LynxPrompt instance URL (e.g. https://lynxprompt.com)",
"isRequired": true,
"format": "string",
"name": "LYNXPROMPT_URL"
},
{
"description": "LynxPrompt API token (lp_xxx format)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "LYNXPROMPT_TOKEN"
}
]
},
{
"registryType": "oci",
"identifier": "drumsergio/lynxprompt-mcp:v0.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "LynxPrompt instance URL (e.g. https://lynxprompt.com)",
"isRequired": true,
"format": "string",
"name": "LYNXPROMPT_URL"
},
{
"description": "LynxPrompt API token (lp_xxx format)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "LYNXPROMPT_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
oci
By
Comments
Sign in to leave a comment