MCP server that bridges AI coding agents to developers via AgentPing
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentping-0.1.5.tar.gz.
File metadata
- Download URL: agentping-0.1.5.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8af0839f9995ecfa6de9457b24d76f4f3906da8ed5b34a0f25c4babde63424b
|
|
| MD5 |
71df087abe036656686f37b4b37b3f49
|
|
| BLAKE2b-256 |
337f348b7365f9c014340377285c567dca5960bb3295e54b4d9df020be024363
|
File details
Details for the file agentping-0.1.5-py3-none-any.whl.
File metadata
- Download URL: agentping-0.1.5-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a007099767b97b94fc254195d46df9ad029a88ea9faf273f96c32e4c5de10832
|
|
| MD5 |
92ed7830479a702339bf5726cf197939
|
|
| BLAKE2b-256 |
6e44e0c8de511124397f6b2d67f9cd54ad2738e9d6e8e3fde86af567d574585f
|