mcp

octave-commons/mcp
★ 0 stars TypeScript 🔒 Security Updated today
Model Context Protocol (MCP) server implementation with authentication, authorization, and transport layers
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": {
      "command": "npx",
      "args": [
        "-y",
        "octave-commons/mcp"
      ]
    }
  }
}

README Excerpt

Single MCP server module with composable, pure tools. ESM-only, Fastify HTTP transport + stdio. The MCP system uses a sophisticated configuration loader that supports multiple sources and provides robust validation. For complete documentation on configuration options, schema validation, and security features, see [[mcp-config-loader.md]].

Tools (1)

github_pr_get