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
A
license - permissive license
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

  • F
    license
    Not graded
    quality
    D
    maintenance
    A server implementation for the Model Context Protocol (MCP) that allows Claude AI to execute commands through a command-line interface, enabling direct system interactions from within Claude.
  • 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.
    3
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Universal MCP server that wraps any CLI tool, enabling AI assistants to run commands via natural language.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Turns any CLI tool or REST API into an MCP server for Claude, enabling Claude to use git, databases, or any API through natural language.
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

  • 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.

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