Agentic MCP Server
A curated list of essential MCP servers that I created for personal use. Feel free to use them.
Overview
An Agentic MCP Server is an advanced version of the Model Context Protocol (MCP) server that allows for more complex interactions and workflows. It can make decisions, manage state, and interact with external systems autonomously.
To use the Agentic MCP Server, you need to install the necessary dependencies, build the server, and configure it with your application. Follow the installation guide provided in the documentation for specific setup instructions.
- Decision-Making Logic: Makes decisions based on context and available information. - State Management: Maintains and updates internal state to track progress. - Dynamic Interactions: Interacts with external systems based on current goals. - Autonomous Actions: Executes actions without explicit user commands.
- Automating workflows in software applications.
- Intelligent data processing for real-time analytics.
- Creating adaptive systems that respond to user behavior.
Add to your AI client
Use these steps to connect Agentic MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-agents-omar391": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-agents-omar391"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-agents-omar391": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-agents-omar391"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-agents-omar391": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-agents-omar391"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-agents-omar391": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-agents-omar391"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-agents-omar391": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-agents-omar391"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-agents-omar391": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-agents-omar391"
]
}
}
}FAQ
Can I customize the decision-making logic?
Yes! You can define your own rules and logic for decision-making.
Is there a specific programming language required?
The server is built using TypeScript, so familiarity with it is beneficial.
How can I debug the server?
Use the MCP Inspector tool for debugging, which provides a URL for browser-based debugging.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3390,"uuid":"8074781c-cfb7-405d-be61-9997929bfe70","name":"mcp-agents","title":"Agentic MCP Server","description":"A curated list of essential MCP servers that I created for personal use. Feel free to use them.","avatar_url":"https://avatars.githubusercontent.com/u/13569609?v=4","created_at":"2025-03-19T08:35:09.037+00:00","updated_at":"2025-03-19T08:39:35.587+00:00","status":"created","author_name":"omar391","author_avatar_url":"https://avatars.githubusercontent.com/u/13569609?v=4","tags":"mcp-agents,mcp-server,automation","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/omar391/mcp-agents","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-19 14:30:13\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]