One manifest for agent skills, MCP servers, and stack profiles across Claude Code, Codex, and Cursor.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent-starter": {
"command": "npx",
"args": [
"-y",
"raintree-technology/agent-starter"
]
}
}
}
Run in terminal:
claude mcp add agent-starter npx -y raintree-technology/agent-starter
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-starter": {
"command": "npx",
"args": [
"-y",
"raintree-technology/agent-starter"
]
}
}
}