Skip to main content
Glama
pyproject.toml502 B
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "mcp2term-client" version = "0.1.0" description = "Xonsh-based remote client for the mcp2term MCP server" readme = "README.md" authors = [{name = "mcp2term maintainers"}] requires-python = ">=3.12" dependencies = [ "anyio>=4.5", "httpx>=0.27", "mcp>=0.3.0", ] [project.scripts] mcp2term-client = "mcp2term_client.__main__:main" [tool.hatch.build.targets.wheel] packages = ["src/mcp2term_client"]

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/FreddyE1982/mcp2term'

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