Skip to main content
Glama

Moku MCP Server

by sealablab
BSD 2-Clause "Simplified" License
__main__.py445 B
""" Moku MCP Server Entry Point Run with: python -m moku_mcp Or with uv: uv run python -m moku_mcp """ import asyncio from mcp.server.stdio import stdio_server from .tools import app async def main(): """Run the MCP server via stdio.""" async with stdio_server() as (read_stream, write_stream): await app.run(read_stream, write_stream, app.create_initialization_options()) if __name__ == "__main__": asyncio.run(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/sealablab/moku-mcp'

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