Skip to main content
Glama

Katamari MCP Server

by ciphernaut
__init__.py556 B
""" ACP (Agent Control Protocol) - Meta-agent layer for self-modification and agency. """ from .controller import ACPController from .heuristics import HeuristicEngine, HeuristicTags from .testing import ParallelTester from .git_tracker import GitTracker from .llm_client import LLMClient, LLMConfig from .sandbox import CapabilitySandbox, SandboxConfig __all__ = [ "ACPController", "HeuristicEngine", "HeuristicTags", "ParallelTester", "GitTracker", "LLMClient", "LLMConfig", "CapabilitySandbox", "SandboxConfig", ]

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/ciphernaut/katamari-mcp'

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