Skip to main content
Glama
NavanethaKrishnan-14

MCP Server

MCP Server 🚀

A lightweight and extensible Model Context Protocol (MCP) Server built with Node.js and the official MCP SDK. This project exposes custom tools and resources that can be used by MCP-compatible AI clients, enabling seamless integration with external services and AI models.

✨ Features

  • 🔧 Custom MCP tools

  • 🤖 AI model integration

  • 📦 Modular project structure

  • ⚡ Fast and lightweight

  • 🔐 Environment variable support

  • 🌐 JSON-RPC communication

  • 📚 Easy to extend with new tools

  • 📝 Resource support

  • 🛠️ Developer-friendly architecture


Related MCP server: MCP AI Chat LangChain

🛠️ Tech Stack

  • Node.js

  • TypeScript

  • Model Context Protocol (MCP) SDK

  • Google Gemini API (Optional)

  • dotenv


📂 Project Structure

mcp-server/
├── src/
│   ├── index.ts
│   ├── tools/
│   ├── resources/
│   ├── handlers/
│   └── utils/
├── package.json
├── tsconfig.json
├── .env.example
├── .gitignore
└── README.md

🚀 Installation

Clone the repository:

git clone https://github.com/NavanethaKrishnan-14/<repository-name>.git

Navigate to the project:

cd <repository-name>

Install dependencies:

npm install

⚙️ Environment Variables

Create a .env file in the project root.

Example:

GEMINI_API_KEY=your_api_key

Never commit your actual .env file to GitHub.


▶️ Running the Server

Development mode:

npm run dev

Production:

npm run build
npm start

🔧 Example MCP Tools

  • Greeting Tool

  • Calculator Tool

  • AI Chat Tool (Gemini)

  • Custom Resource Provider

These tools can be extended by adding new handlers in the tools directory.


📡 Compatible MCP Clients

This server can be integrated with MCP-compatible clients such as:

  • Cursor

  • Claude Desktop

  • VS Code MCP extensions

  • Custom MCP clients


📈 Future Enhancements

  • Authentication support

  • Streaming responses

  • Database integration

  • Logging and monitoring

  • Additional AI providers

  • File system tools

  • Web search tools


🤝 Contributing

Contributions are welcome. Feel free to fork the repository, create a feature branch, and submit a pull request.


📄 License

This project is licensed under the MIT License.


👨‍💻 Author

Navanetha Krishnan

GitHub: https://github.com/NavanethaKrishnan-14

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • A Model Context Protocol server for Wix AI tools

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • MCP (Model Context Protocol) server for Appwrite

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NavanethaKrishnan-14/My_MCP_Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server