AgentPing — MCP Server
Thin MCP server that bridges any MCP-compatible AI coding agent (Copilot, Cursor, Claude Code, Cline, Aider, Windsurf) to you via the AgentPing cloud relay.
Install
pip install agentping
Setup
agentping setup
Paste your API key when prompted. Get your key at app.agentping.dev.
IDE Configuration
Add to your VS Code / Cursor MCP config (.vscode/mcp.json or mcp.json):
{
"mcpServers": {
"agentping": {
"command": "agentping",
"env": {
"AGENTPING_API_KEY": "sk-ap_live_..."
}
}
}
}
MCP Tools
| Tool | Purpose | Blocks? |
|---|---|---|
bridge_ping |
Test connectivity | No |
bridge_send_approval |
Ask dev to approve/reject | No |
bridge_ask_question |
Free-form question | No |
bridge_wait_response |
Block until reply | Yes |
bridge_check_response |
Non-blocking poll | No |
bridge_approve_and_wait |
Send + wait combo | Yes |
bridge_send_update |
Progress notification | No |
bridge_task_complete |
Task finished notification | No |
bridge_list_pending |
List unanswered requests | No |
License
MIT
Release files for agentping 0.1.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agentping-0.1.8.tar.gz | 12.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agentping-0.1.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 24.9 kB
Release files / agentping-0.1.8.tar.gz
| Download URL | agentping-0.1.8.tar.gz |
|---|---|
| Size | 12.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4aa2f4b486050da23bdaf459ca939c51462a2d0bc61dfcc8b90256dd7f9670e7
|
|
BLAKE2b-256 checksum How to use checksums |
2ef66764599fec6a09f134e84d14e4dc7516f47ca2bd7894def4d32c02380a12
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.15
|
Release files / agentping-0.1.8-py3-none-any.whl
| Download URL | agentping-0.1.8-py3-none-any.whl |
|---|---|
| Size | 12.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8384779cc2403e0bd8e6f1da996c975a6688a3cfb014d6fba7e4ecf025fa3bd2
|
|
BLAKE2b-256 checksum How to use checksums |
3e38f6c8b884be68ecaf0fcbd58ce4133d4047e558de64e6225469e4df7525ad
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.15
|