Create AI Agents in a No-Code Visual Builder or TypeScript SDK with full 2-way sync. For shipping AI assistants and multi-agent AI workflows.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agents": {
"command": "npx",
"args": [
"-y",
"inkeep/agents"
]
}
}
}
Run in terminal:
claude mcp add agents npx -y inkeep/agents
Add to .cursor/mcp.json:
{
"mcpServers": {
"agents": {
"command": "npx",
"args": [
"-y",
"inkeep/agents"
]
}
}
}