christossavvidis
MCP Serverchristossavvidispublic

my mcp agent

Implementation of the MCP Protocol for Agentic AI

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
JavaScript
Language
-
License

About This Server

Implementation of the MCP Protocol for Agentic AI

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

my-mcp-agent

Implementation of the MCP Protocol for Agentic AI

How to test:

1 - Start the server npm start

2 - Run the client node client.js

3 - GET call to get the sessionID curl --location 'http://localhost:3001/sse'
--header 'Content-Type: text/event-stream'
--header 'Cache: no-cache'
--header 'Connection: keep-alive'

the above returnsn the session ID

4 - POST Call curl --location 'http://localhost:3001/messages?sessionId='
--header 'Cache: no-cache'
--header 'Connection: keep-alive'
--header 'Content-Type: application/json'
--data '{ "jsonrpc": "2.0", "method": "tools/call", "params": { "name": "answerQuestion", "arguments": { "question": "What is the meaning of life?" } }, "id": 1 }'

which returns 202 Accepted (Async call)

However on the CLI of the client you will see the "Hello world" MessageEvent for the question / answering: MessageEvent { type: 'message', data: {"result":{"content":[{"type":"text","text":"I don't have enough information to answer that question about the document."}]},"jsonrpc":"2.0","id":"1"}, lastEventId: '', origin: 'http://localhost:3001' }

Quick Start

1

Clone the repository

git clone https://github.com/christossavvidis/my-mcp-agent
2

Install dependencies

cd my-mcp-agent
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerchristossavvidis
Repomy-mcp-agent
LanguageJavaScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation