- Explore MCP Servers
- neo-mcp
Neo Mcp
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.
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 dashboardai-reasoning-app
: AI reasoning application frontenddocumentation-portal
: Documentation websitemcp-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 componentseslint-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