MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

A
Agentic MCP Server

Model Context Protocol built for context exchange between LLMs and external resources

Created 5/17/2026
Updated 3 days ago
Repository documentation and setup instructions

title: MCP Gateway emoji: 🤖 colorFrom: blue colorTo: green sdk: docker pinned: false

MCP Gateway Server

MCP server built with FastMCP, exposing tools via streamable-http transport.

Endpoint

/mcp

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" ] } } }