Skip to main content
Glama
pyproject.toml741 B
[project] name = "rapidchart-mcp" version = "0.1.0" description = "MCP server for RapidChart - Generate diagrams from code in Cursor" authors = [ {name = "RapidChart Team", email = "hello@rapidchart.com"} ] readme = "README.md" license = {text = "MIT"} requires-python = ">=3.10" dependencies = [ "mcp>=0.9.0", "httpx>=0.27.0", "pydantic>=2.0.0", ] [project.urls] Homepage = "https://rapidchart.com" Repository = "https://github.com/Samicostox/rapidchart-mcp" Documentation = "https://docs.rapidchart.com/mcp" [project.scripts] rapidchart-mcp = "rapidchart_mcp.__main__:main" [build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] where = ["src"]

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/Samicostox/rapidchart-mcp'

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