MCP ExplorerExplorer

Neo Mcp

@kingleron 12 days ago
1 MIT
FreeCommunity
AI Systems
figma-mcp

Overview

What is Neo Mcp

neo-mcp is a comprehensive framework designed for AI-driven applications, encapsulated within a multi-component platform (MCP) that includes various packages and applications for server management, AI reasoning, and documentation.

Use cases

Use cases for neo-mcp include building AI reasoning applications, managing server operations through a dashboard, automating browser tasks, and creating comprehensive documentation portals for software projects.

How to use

To use neo-mcp, ensure you have Node.js (>= 18) and npm (>= 9.8.1) installed. Install dependencies using ‘npm install’, start the development server with ‘npm run dev’, build packages with ‘npm run build’, and lint code with ‘npm run lint’.

Key features

Key features of neo-mcp include a server management dashboard, AI reasoning capabilities, browser automation tools, a task management system, and shared UI components, all organized within a monorepo structure for easy development and maintenance.

Where to use

neo-mcp can be utilized in various fields such as software development, AI application development, project management, and web development, particularly where integration of multiple components is required.

Content

MCP Monorepo

Multi-Component Platform (MCP) - A comprehensive framework for AI-driven applications.

What’s Inside

This turborepo includes the following packages and apps:

Apps

  • mcp-server-manager: Server management dashboard
  • ai-reasoning-app: AI reasoning application frontend
  • documentation-portal: Documentation website
  • mcp-dashboard: Main dashboard for MCP

Packages

  • @mcp/ai-reasoning: AI reasoning capabilities
  • @mcp/browser-tools: Browser automation tools
  • @mcp/server: Core MCP server implementation
  • @mcp/taskmaster-core: Task management system
  • @mcp/ui: Shared UI components
  • eslint-config-custom: Shared ESLint configuration

Getting Started

Prerequisites

  • Node.js >= 18
  • npm >= 9.8.1

Installation

# Install dependencies
npm install

Development

# Start the development server for all packages
npm run dev

# Build all packages
npm run build

# Lint all packages
npm run lint

Project Structure

.
├── apps
│   ├── ai-reasoning-app
│   ├── documentation-portal
│   ├── mcp-dashboard
│   └── mcp-server-manager
└── packages
    ├── ai-reasoning
    ├── browser-tools
    ├── eslint-config-custom
    ├── mcp-server
    ├── taskmaster-core
    └── ui-components

License

MIT

Tools

No tools

Comments