The agents MCP server enables creation of AI agents via a no-code visual builder or TypeScript SDK. It provides full two-way sync for shipping AI assistants and multi-agent workflows. It connects to the shyft.ai platform for agent deployment and management. Developers use it to build and deploy AI agents without extensive coding.
The agents MCP server enables creation of AI agents via a no-code visual builder or TypeScript SDK. It provides full two-way sync for shipping AI assistants and multi-agent workflows. It connects to the shyft.ai platform for agent deployment and management. Developers use it to build and deploy AI agents without extensive coding.
npx -y agent-frameworkAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"inkeep-agents-github": {
"command": "npx",
"args": [
"-y",
"npx -y agent-framework"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from agents?"
No configuration required. This server works out of the box.
"What resources are available in agents?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in agents"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in agents with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.