airspeed-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@airspeed-mcplist my recent calls"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
airspeed-mcp
Remote MCP server exposing Airspeed/Glyphic call data to Claude web (claude.ai).
Deploy to Railway (recommended)
Push this repo to GitHub (already done).
Go to railway.app → New Project → Deploy from GitHub repo → select
airspeed-mcp.In Variables, add:
GLYPHIC_API_KEY= your key from https://app.goairspeed.com/settings/apiMCP_AUTH_TOKEN= any secret string you choose (protects the endpoint)
Railway auto-assigns a public HTTPS URL, e.g.
https://airspeed-mcp-production.up.railway.app
Related MCP server: Claude Code History MCP Server
Add to Claude web
Open claude.ai → Settings → Integrations → Add MCP server
URL:
https://<your-railway-url>/sseAuth header:
Authorization: Bearer <your MCP_AUTH_TOKEN>
Tools
Tool | What it does |
| Verify the API key works |
| List calls with filters (email, date, title, tags); paginated |
| Full call detail: participants, summary, insights, transcript |
| Formatted speaker-labeled transcript |
| Saved snippets with transcript and media URLs |
| All tags (use IDs to filter |
| Paginated playbook list |
| Full playbook content |
Local development
npm install
GLYPHIC_API_KEY=your_key node index.js
# SSE endpoint at http://localhost:3000/sseEndpoints
GET /health— liveness check (no auth)GET /sse— MCP SSE connectionPOST /messages?sessionId=<id>— MCP message relay
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/josh-sea/airspeed-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server