masscode-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@masscode-mcpshow me my snippets in the 'API' folder"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
masscode-mcp
An MCP (Model Context Protocol) stdio server for massCode, the open-source snippet manager. It exposes your massCode library to any MCP client (Claude Code, Claude Desktop, etc.) so an AI assistant can list, read, create and update your snippets, folders and tags.
massCode runs a local HTTP API; this server talks to it on localhost and speaks
MCP over stdio.
Requirements
massCode running, with its local API/DB server enabled
Node.js 18+
Related MCP server: GitCode MCP Server
Install
npm installConfigure
Two environment variables (both optional):
Variable | Default | Purpose |
|
| Port massCode's local API is listening on |
| (none) | Bearer token, if your massCode build requires one |
Use with an MCP client
Register it as a stdio server, e.g. in Claude Code:
{
"mcpServers": {
"masscode": {
"command": "node",
"args": ["path/to/masscode-mcp/index.js"],
"env": { "MASSCODE_PORT": "4321" }
}
}
}Tools
masscode_list_folders,masscode_list_tagsmasscode_list_snippets,masscode_get_snippetmasscode_create_folder,masscode_create_tagmasscode_create_snippet,masscode_update_snippet
License
MIT — see LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceAn experimental MCP server that enables AI assistants to interact with VS Code workspaces through file operations, code execution, and Git management. It also provides tools for Docker integration, project scaffolding, and secure command execution using project-specific configurations.76223MIT
- Alicense-qualityDmaintenanceMCP server for the GitCode API, enabling AI assistants to interact with GitCode repositories, issues, pull requests, and more.1MIT
- FlicenseAqualityDmaintenanceAn MCP server that enables AI coding tools to save, list, and read code snippets as files in the local filesystem.3
- FlicenseAqualityDmaintenanceA portable MCP server enabling AI assistants to operate VS Code, including file management, extension control, and workspace automation.6
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
An MCP server that gives your AI access to the source code and docs of all public github repos
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MDizzleZA/masscode-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server