x1pm + Cline
Shared context for your autonomous coding agent
The problem
Cline works great in a single session, but loses context between runs. Multi-step projects require re-briefing every time.
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 Cline MCP settings
In VS Code, open Cline settings and add the MCP server.
{
"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
Create your workspace files
Add project context that Cline reads and updates across sessions.
What you get
- Cline reads project context before starting autonomous tasks
- Multi-step projects maintain continuity across sessions
- Combine Cline with other agents on the same workspace
- Decision logs prevent repeated work