Skip to main content
Glama
__init__.py350 B
from fastmcp import FastMCP from .tools import register_tools from .tokenmanager import ChemspaceTokenManager mgr = ChemspaceTokenManager() mcp = FastMCP( "Chemspace MCP", instructions="Tools for retrieving synthesizable building blocks via the Chemspace API", ) register_tools(mcp, mgr) def main() -> None: mcp.run(transport="stdio")

Implementation Reference

Latest Blog Posts

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/lukasmki/chemspace-mcp'

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