Back to search
30
MCP

agentic_mcp_server

pypi/agentic_mcp_server

A Model Context Protol(MCP) built for context exchange between LLM agents and external services.

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

agentql-mcp
Model Context Protocol server that integrates AgentQL's data extraction capabilities.
0 tools
agentic-store-mcp
Model Context Protocol (MCP) Server for AI Data Privacy: LLM prompt firewall, audit logs, and 31 MCP tools for Claude, Cursor, and Windsurf.
0 tools
io.github.alex-feel/mcp-context-server
An MCP server that provides persistent multimodal context storage for LLM agents.
0 tools
lsp-mcp
An Model Context Protocol (MCP) server that provides LLMs/AI Agents with the capabilities of a language server protocol (LSP) server. This g
0 tools
linkedin-mcp-server
Model Context Protocol (MCP) server for LinkedIn - enabling AI agents to interact with LinkedIn's professional network
0 tools
mcp-agent
Build effective agents with Model Context Protocol (MCP) using simple, composable patterns.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "agentic_mcp_server": {
      "url": "None",
      "transport": "http"
    }
  }
}