MCP Servers / database / CodeMenu MCP

CodeMenu MCP

JSON →
stdiononedatabase

Gives agents access to the knowledge snippets library

Install
How to run this server
[ { "cmd": "npm install -g git+https://github.com/Extiri/codemenu-mcp.git", "imports": [] } ]
server path: codemenu-mcp
Tools
What this server exposes
list_snippets
List snippets without full code content (to reduce token usage). Returns id, title, description, language, abbreviation, tags, and group info. Supports filtering by query, language, tag, or group.
get_snippet
Retrieve the full details of a specific snippet by ID, including complete code content
list_tags
List all available tags in CodeMenu
list_groups
List all available groups in CodeMenu
Configuration
Environment & auth
authnone
envCODEMENU_API_URL
envCODEMENU_API_KEY
Resources
CodeMenu MCP — MCP Server · libregistry