Skip to main content
Glama
MDizzleZA

masscode-mcp

by MDizzleZA

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 install

Configure

Two environment variables (both optional):

Variable

Default

Purpose

MASSCODE_PORT

4321

Port massCode's local API is listening on

MASSCODE_API_KEY

(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_tags

  • masscode_list_snippets, masscode_get_snippet

  • masscode_create_folder, masscode_create_tag

  • masscode_create_snippet, masscode_update_snippet

License

MIT — see LICENSE.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    C
    quality
    D
    maintenance
    An 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.
    76
    22
    3
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    A portable MCP server enabling AI assistants to operate VS Code, including file management, extension control, and workspace automation.
    6

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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