Skip to main content
Glama

Katamari MCP Server

by ciphernaut
pyproject.toml903 B
[tool.poetry] name = "katamari-mcp" version = "0.1.0" description = "Adaptive MCP server with intelligent routing and modular capabilities" authors = ["Your Name <your.email@example.com>"] readme = "README.md" [tool.poetry.dependencies] python = "^3.9" asyncio = "^3.4.3" pydantic = "2.8.0" aiohttp = "3.9.1" mcp = "1.0.0" transformers = "4.36.2" torch = "2.9.0" pytest-asyncio = "0.21.1" psutil = "5.9.6" pathlib = "1.0.1" [tool.poetry.group.dev.dependencies] pytest = "7.4.3" black = "23.12.1" ruff = "0.1.8" mypy = "1.8.0" pytest-cov = "4.1.0" pytest-mock = "3.12.0" pre-commit = "3.6.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.ruff] line-length = 88 target-version = "py39" [tool.black] line-length = 88 target-version = ['py39'] [tool.mypy] python_version = "3.9" warn_return_any = true warn_unused_configs = true disallow_untyped_defs = true

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