We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gawakawa/pursuit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[build-system]
requires = ["hatchling", "editables"]
build-backend = "hatchling.build"
[project]
name = "pursuit-mcp"
version = "0.1.0"
description = "MCP server providing Pursuit integration for PureScript documentation search"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastmcp>=2.12.4",
"httpx>=0.28.1",
"mcp[cli]>=1.15.0",
]
[project.scripts]
pursuit-mcp = "pursuit_mcp.server:mcp.run"
[dependency-groups]
dev = [
"pytest>=8.4.2",
"pytest-asyncio>=1.2.0",
"pytest-httpx>=0.35.0",
]