Skip to main content
Glama

Ignition MCP Server

by WhiskeyHouse
pyproject.toml971 B
[project] name = "ignition-mcp" version = "0.1.0" description = "MCP server for Ignition Gateway REST API automation" authors = [{name = "Your Name", email = "your.email@example.com"}] requires-python = ">=3.10" dependencies = [ "fastapi>=0.104.0", "uvicorn[standard]>=0.24.0", "httpx>=0.25.0", "pydantic>=2.0.0", "pydantic-settings>=2.0.0", "mcp>=1.0.0", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", "black>=23.0.0", "isort>=5.0.0", "mypy>=1.0.0", "ruff>=0.1.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.black] line-length = 100 target-version = ['py310'] [tool.isort] profile = "black" line_length = 100 [tool.ruff] line-length = 100 target-version = "py310" [tool.ruff.lint] select = ["E", "F", "W", "I"] ignore = [] [tool.mypy] python_version = "3.10" 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/WhiskeyHouse/ignition-mcp'

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