A
Agentic MCP Server
by @abideenz01
Model Context Protocol built for context exchange between LLMs and external resources
Created 5/17/2026
Updated about 16 hours ago
README
Repository documentation and setup instructions
agentic_mcp_server
Model Context Protocol built for context exchange between LLMs and external resources
Quick Setup
Installation guide for this server
Install Package (if required)
uvx agentic_mcp_server
Cursor configuration (mcp.json)
{
"mcpServers": {
"abideenz01-agentic-mcp-server": {
"command": "uvx",
"args": [
"agentic_mcp_server"
]
}
}
}