We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kagisearch/kagimcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[project]
name = "kagimcp"
version = "0.1.4"
authors = [
{name="Rehan Ali Rana", email="rehan@kagi.com"},
]
description = "Kagi MCP server"
readme = "README.md"
requires-python = "==3.12.*"
dependencies = [
"kagiapi~=0.2.1",
"mcp[cli]~=1.26.0",
"pydantic~=2.12.5",
]
[project.urls]
Homepage = "https://github.com/kagisearch/kagi-mcp"
Issues = "https://github.com/kagisearch/kagi-mcp/issues"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project.scripts]
kagimcp = "kagimcp:main"