Keyless MCP security shield: wrap any MCP server so every tools/call is screened, and a blocked call comes back as coaching your agent recovers from. Launcher for agentx-security-sdk.
Project description
agentx-mcp
Wrap any MCP server so a poisoned tool call cannot wreck your system, and your agent keeps working.
agentx-mcp sits in front of any MCP server's stdio and screens every tools/call before it runs. When a call is dangerous (a destructive database write, an SSRF, a secret read), it is blocked and handed back to your agent as coaching it can act on, so the agent revises and the run finishes instead of executing the damage. No API key, no gateway, nothing leaves your machine.
Use it
No install needed with uvx:
// mcp.json / claude_desktop_config.json / .cursor/mcp.json
{
"command": "uvx",
"args": ["agentx-mcp", "npx", "-y", "your-mcp-server", "..."]
}
Or install it persistently:
pipx install agentx-mcp # or: pip install agentx-mcp
agentx-mcp npx -y your-mcp-server ...
Then keep using your MCP client normally. Every tool call is screened; a blocked call comes back as coaching your agent recovers from.
That is the keyless Shield. For the judge that catches what keywords miss, automatic retries, and human escalation on the largest calls, see Recover at https://agentx-core.com.
What it is
A thin launcher for the proxy that ships in agentx-security-sdk. Installing agentx-mcp gives you the agentx-mcp command with no --from needed. MIT licensed.
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 agentx_mcp-0.1.0.tar.gz.
File metadata
- Download URL: agentx_mcp-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99e5539e09b619106ae776c0cb444ccb1fc0dd35d5bd6bb23518d7e4c5f5615e
|
|
| MD5 |
42e93395318c29228fe9474abd072a09
|
|
| BLAKE2b-256 |
3f6e3cc096140471eaebb5f83be54b266ac5a13e2a3565c0f0dc4993a7d8b776
|
File details
Details for the file agentx_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agentx_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb05dfdda83f89fd06e9647e26c8251211251e673955056e92ddfdb23448df58
|
|
| MD5 |
b402a2af5b7bdc0433fcc3792d26267d
|
|
| BLAKE2b-256 |
2fd0f79f91e7429766ef90d5d1c6ec7294059231ebce44af900bc1f42a25ce75
|