M
MCP Ai Agent Server
by @elcaiseri
Real-world MCP server with AI Agent capabilities using LangChain
Created 10/29/2025
Updated about 2 months ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx mcp-ai-agent-server
Cursor configuration (mcp.json)
{
"mcpServers": {
"elcaiseri-mcp-ai-agent-server": {
"command": "uvx",
"args": [
"mcp-ai-agent-server"
]
}
}
}