Nexus-MCP

Nexus-MCP

A comprehensive Model Context Protocol toolkit that transforms AI assistants into autonomous agents capable of executing real-world tasks across filesystems, web requests, Git workflows, databases, system commands, and AI integrations.

Category
Visit Server

README

Nexus-MCP

<div align="center">

A Comprehensive Model Context Protocol Toolkit for AI Assistants

License: MIT Node Version TypeScript MCP

Transform any AI assistant into an autonomous agent capable of executing real-world tasks.

Documentation β€’ Getting Started β€’ Roadmap β€’ Architecture

</div>


🎯 Overview

Nexus-MCP is a powerful Model Context Protocol (MCP) server built with TypeScript/Node.js that provides AI models with universal tools for:

  • πŸ“ File System Operations - Read, write, search, and monitor files
  • 🌐 HTTP/Web Requests - Fetch data, scrape websites, call APIs
  • πŸ”„ Git Workflows - Clone, commit, branch, and manage repositories
  • πŸ—„οΈ Database Queries - Query SQL and NoSQL databases
  • πŸ’» System Commands - Execute shell commands and manage processes
  • πŸ€– AI Integration - Chat with LLMs, create embeddings, process text
  • πŸ”§ Utilities - JSON/YAML parsing, compression, encryption, and more

πŸš€ Quick Start

Installation

npm install -g @nexus-mcp/server

Configuration

# Copy example environment file
cp .env.example .env

# Edit with your settings
nano .env

Run

nexus-mcp

Integration with Claude Code

Add to your Claude Desktop config:

{
  "mcpServers": {
    "nexus-mcp": {
      "command": "node",
      "args": ["/path/to/nexus-mcp/dist/index.js"]
    }
  }
}

πŸ“¦ Features

Filesystem Tools

  • nexus_read_file - Read files with encoding support
  • nexus_write_file - Write/create files
  • nexus_list_directory - List directory contents
  • nexus_search_files - Search files by pattern
  • nexus_search_content - Search content within files
  • nexus_watch_directory - Monitor directory changes

HTTP Tools

  • nexus_http_get - HTTP GET requests
  • nexus_http_post - HTTP POST requests
  • nexus_fetch_url - Fetch and parse web content
  • nexus_parse_html - Parse HTML with Cheerio
  • nexus_call_api - Generic API calls

Git Tools

  • nexus_git_clone - Clone repositories
  • nexus_git_commit - Create commits
  • nexus_git_push - Push to remote
  • nexus_git_pr_create - Create pull requests
  • Integration with GitHub, GitLab, Bitbucket

Database Tools

  • nexus_db_query - Execute SQL queries
  • nexus_db_list_tables - List database tables
  • nexus_db_describe_table - Describe table schema
  • Support for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB

System Tools

  • nexus_exec_command - Execute shell commands
  • nexus_system_info - Get system information
  • nexus_process_list - List running processes
  • nexus_service_start/stop - Manage services

AI Tools

  • nexus_llm_chat - Chat with LLMs (Anthropic, OpenAI)
  • nexus_embedding_create - Create text embeddings
  • nexus_text_summarize - Summarize text
  • nexus_code_generate - Generate code

Utilities Tools

  • nexus_json_parse/stringify - JSON manipulation
  • nexus_yaml_parse/stringify - YAML manipulation
  • nexus_zip_create/extract - ZIP compression
  • nexus_encrypt/decrypt - Encryption/decryption

πŸ—οΈ Architecture

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚         Claude / LLM Client              β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
               β”‚ MCP Protocol (stdio)
               β–Ό
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚           Nexus-MCP Server               β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”‚
β”‚  β”‚      MCP Server Core             β”‚  β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β”‚
β”‚         β”Œβ”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”                β”‚
β”‚         β”‚               β”‚                β”‚
β”‚    β”Œβ”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”    β”Œβ”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”           β”‚
β”‚    β”‚ Filesys β”‚    β”‚   HTTP  β”‚           β”‚
β”‚    β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜    β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜           β”‚
β”‚    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”           β”‚
β”‚    β”‚   Git   β”‚    β”‚ Databaseβ”‚           β”‚
β”‚    β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜    β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜           β”‚
β”‚    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”           β”‚
β”‚    β”‚  System β”‚    β”‚    AI   β”‚           β”‚
β”‚    β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜    β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜           β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

For detailed architecture, see docs/architecture.md

πŸ›οΈ Production-Grade Quality

Nexus-MCP is built with architectural excellence in mind, designed for production use and community adoption. We follow strict principles:

  • βœ… Type Safety: TypeScript strict mode + Zod validation
  • βœ… Error Handling: Structured, actionable error messages
  • βœ… Performance: Async operations, caching, streaming
  • βœ… Security: Input validation, sanitization, audit logs
  • βœ… Observability: Structured logging, metrics, tracing
  • βœ… Testability: 80%+ coverage, dependency injection
  • βœ… Documentation: JSDoc, examples, comprehensive guides
  • βœ… Developer Experience: Clear errors, IDE support, quick feedback

See Architectural Principles for complete details.

πŸ“š Documentation

πŸ› οΈ Development

# Clone repository
git clone https://github.com/your-org/Nexus-MCP.git
cd Nexus-MCP

# Install dependencies
npm install

# Run in development mode
npm run dev

# Run tests
npm test

# Build for production
npm run build

# Lint code
npm run lint

πŸ“Š Project Status

  • Current Version: 1.0.0-alpha
  • Development Status: Planning & Design
  • Core Progress: 0%
  • Target Tools: 50+
  • Test Coverage Goal: 80%+

See ROADMAP.md for detailed progress.

🀝 Contributing

Contributions are welcome! Please read our contributing guidelines before submitting PRs.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ™ Acknowledgments

πŸ“ž Support


<div align="center">

Built with ❀️ by the Nexus Team

</div>

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured