Content
# 🧠 Ibrahim's MCP Server
This is a Model Context Protocol (MCP) server built with [`@modelcontextprotocol/sdk`](https://www.npmjs.com/package/@modelcontextprotocol/sdk). It exposes tools and resources like calendar lookup, basic math, and greetings for integration with LLMs like Cursor AI.
---
## ⚙️ Setup Instructions
```bash
# Clone the repo
git clone https://github.com/ibrahim-sajib/my-mcp.git
# Go to the project directory
cd my-mcp
# Install Node.js dependencies
npm install
# Create the environment file
cp .env.example .env
# Open .env and set the following variables:
# GOOGLE_PUBLIC_API_KEY=
# CALENDAR_ID=
# Run the server
node server.js
Connection Info
You Might Also Like
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
awesome-mcp-servers
A collection of MCP servers.
git
A Model Context Protocol server for Git automation and interaction.
vault
MCP prompt-injection scanning proxy — runtime security for MCP tool responses
OpenInsider-MCP
MCP server that exposes openinsider.com to any MCP compatible client.
OffensiveSET
Offensive Security Dataset Generator — MCP server for generating...