Skip to main content
Glama

MCP Ashby Connector

by thnico
pyproject.toml654 B
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "mcp-ashby-connector" version = "0.1.0" description = "Model Context Protocol (MCP) server implementation for Ashby ATS integration" readme = "README.md" requires-python = ">=3.10" keywords = ["mcp", "llm", "ashby", "ats"] dependencies = [ "mcp", "requests", "python-dotenv", ] license = { text = "MIT" } authors = [ { name = "Nicolas Thouzeau", email = "nicolas.thouzeau@gmail.com" } ] [project.urls] Homepage = "https://github.com/thz/MCP-Ashby" [project.scripts] ashby = "src.ashby:main" [tool.hatch.build.targets.wheel] packages = ["src"]

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/thnico/mcp-ashby'

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