Skip to main content
Glama
DeibyGS

claudestat-mcp-bundle

by DeibyGS

claudestat-mcp-bundle

MCP server bundle for @statforge/claudestat — wraps createMcpServer() into a standalone package with CLI and programmatic import.

Install

npm install -g @statforge/claudestat-mcp-bundle

Related MCP server: claudecode-mcp

Quick start

claudestat-mcp

Then add to Claude Code's claude.json:

{
  "mcpServers": {
    "claudestat": {
      "command": "claudestat-mcp"
    }
  }
}

Programmatic usage

import { createMcpServer } from '@statforge/claudestat-mcp-bundle'

const server = createMcpServer({
  contextPolling: true,
  tools: [
    { name: 'my_tool', description: 'Does something', inputSchema: {}, handler: () => 'hello' },
  ],
})
server.start()

API

createMcpServer(options?) returns an McpServer with:

  • start() — begin listening on stdin

  • stop() — close stdin listener

  • addTool(def) — register a tool at runtime

  • removeTool(name) — unregister a tool

  • tools — current tool list (readonly)

Options: { tools?, name?, version?, contextPolling? }

License

MIT

Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (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
    A
    quality
    B
    maintenance
    Local MCP server that wraps the headless Claude Code CLI as MCP tools, providing stateless access to Claude's coding capabilities through prompt-based interactions. It enables users to execute Claude Code commands with various prompt formats and structured outputs directly from MCP clients.
    Last updated
    3
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    Universal MCP server that wraps any CLI tool, enabling AI assistants to run commands via natural language.
    Last updated
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.

  • Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.

  • Augments MCP Server - A comprehensive framework documentation provider for Claude Code

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/DeibyGS/claudestat-mcp-bundle'

If you have feedback or need assistance with the MCP directory API, please join our Discord server