AgentCraft AI Framework
STDIOAI Agent framework for deploying intelligent agents that understand, learn, and evolve with business needs.
AI Agent framework for deploying intelligent agents that understand, learn, and evolve with business needs.
AgentCraft is a partner product of Crafted™. Our AI Agent framework allows you to deploy intelligent agents that understand, learn, and evolve with your business needs. It provides premade and custom AI agents for enterprises, ensuring secure and scalable solutions.
This MCP server integrates with AgentCraft, allowing AI Agents to interact and exchange data securely.
pip
(Recommended)pip install agentcraft-mcp
pip
pip install -e . pip list | grep agentcraft-mcp
If agentcraft-mcp isn't listed, reinstall using:
Then, run:
python -m agentcraft_mcp.server
Usage with Claude Desktop Add this to your claude_desktop_config.json:
{ "mcpServers": { "AgentCraft": { "command": "python", "args": [ "-m", "agentcraft_mcp.server" ], "env": { "AGENTCRAFT_BEARER_TOKEN": "Your AgentCraft Bearer Token for authorization", "ENVIRONMENT": "PRODUCTION" } } } }
Input:
{ "prompt": "Your message here" }
{ "query": "Your query", "tracking_key": "Your tracking key", "response_type": "markdown" }
Input: None
AgentCraft MCP Server is licensed under Crafted company.
For more information, visit AgentCraft GitHub website or we-crafted.com website.