mcp-starter

muncus/mcp-starter
★ 1 stars HTML 🤖 AI/LLM Updated 1d ago
skeleton start of an MCP server for a person's individual workflow. focused on prompt storage.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-starter": {
      "command": "npx",
      "args": [
        "-y",
        "muncus/mcp-starter"
      ]
    }
  }
}

README Excerpt

AI tooling is evolving rapidly, with vendors each adding their own methods of "configuring" their models - various different markdown files like `CLAUDE.md`, `GEMINI.md` and the slightly more generic `AGENTS.md`. These methods work well for consistent setup across multiple developers, for a single project. This repo