x1pm + Model Context Protocol
Works with any MCP-compatible client
The problem
AI agents need structured access to project context. APIs are heavy, proprietary formats are brittle. MCP provides a standard protocol for agent-workspace communication.
Setup
Up and running in under 2 minutes.
1
Get your API key from x1pm
Sign up at x1pm.com and generate an API key from your organization settings.
2
Add to any MCP-compatible client
Point your MCP client at the x1pm HTTP server. The exact config depends on your client.
{
"mcpServers": {
"x1pm": {
"type": "http",
"url": "https://x1pm.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
},
"tools": ["healthCheck", "read", "write", "edit", "multiEdit", "ls", "glob", "grep"]
}
}
}3
Start using your workspace
Your agent can now read and write markdown and CSV files in your x1pm workspace.
What you get
- Standard protocol — no proprietary API to learn
- Works with Claude, Cursor, Cline, Goose, and more
- Read and write markdown and CSV files natively
- Under 1000 tokens of setup — zero learning curve
Connect Model Context Protocol to x1pm
Set up in under 2 minutes. No credit card required.
Get started free