mcp

kujolang/mcp
★ 0 stars Shell API Integration Updated 4d ago
Kujo-native MCP server framework.
View on GitHub → 🔍 Audit Wallet Slippage →

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",
        "kujolang/mcp"
      ]
    }
  }
}

README Excerpt

Build MCP (Model Context Protocol) servers in [Kujo](https://github.com/kujolang/kujo). This project gives you a local MCP server foundation with configurable tools/resources, bounded file operations, and documented guardrails for controlled remote deployments. `mcp` is ready to use as a local MCP server framework, demo implementation, and guarded repo-specific server generator. It is not a universal enterprise certification package by itself; remote production use still needs environment-specif

Topics

ai-toolskujolangmcp-server