MCP
MCP (Model Context Protocol) is a protocol for providing context to models.
MCP Client
Some MCP clients we use are:
- Cursor
- VS Code
- Gemini CLI
- opencode
- Claude / Claude Code
- ChatGPT (available on Pro plans)
See more clients on Model Context Protocol.
MCP Servers
- Axioned's Codex MCP
- Chrome DevTools MCP
- GitHub
- Neon
- Hubspot
- Playwright
- Sentry
- Vercel
- Cloudflare
- Google Analytics
- Supabase
- Sanity
- Atlassian
See more servers on PulseMCP.
Codex MCP
This is in active development, and eventually you would be able to use it to check your assignments, projects, clients, and also perform other administrative tasks such as applying for leaves, logging time, and more.
Manually install it on your MCP client through the Streamable HTTP protocol.
{
"mcpServers": {
"codex-mcp-server": {
"type": "remote",
"url": "https://api.codex.axioned.com/mcp",
"enabled": false
}
}
}You would be required to login to your Axioned account to use this MCP server.
Optionally, add it to Cursor by clicking the following link:
Last updated on