Skip to main content
Glama

Reaper MCP Server

by dschuler36
pyproject.toml537 B
[project] name = "reaper-mcp-server" version = "0.1.0" authors = [ { name = "Your Name", email = "your.email@example.com" }, ] description = "Your project description" requires-python = ">=3.10" dependencies = [ "mcp>=1.2.0", "asyncio>=3.4.3", "pytest>=8.3.4", ] [tool.pytest.ini_options] pythonpath = [ "." ] [tool.uv.sources] reaper-mcp-server = { workspace = true } [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project.scripts] reaper-mcp-server = "reaper_mcp_server.server:main"

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/dschuler36/reaper-mcp-server'

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