MCP Hub
Back to servers

mcp-ecosystem

MCP Ecosystem: Docker MCP Toolkit, IDE Configs & Presets for AIOS

Stars
4
Forks
5
Updated
Dec 9, 2025
Validated
Feb 9, 2026

MCP Ecosystem

MCP Tools and Configurations for AIOS

Overview

This repository contains Model Context Protocol (MCP) server configurations, presets, and IDE configurations for use with AIOS and Claude Code.

Structure

mcp-ecosystem/
├── presets/           # Preset configurations
│   ├── aios-dev.json      # Development preset
│   ├── aios-research.json # Research preset
│   └── aios-full.json     # Full preset
├── servers/           # MCP server configurations
│   ├── context7.json
│   ├── desktop-commander.json
│   ├── playwright.json
│   └── exa.json
└── ide-configs/       # IDE-specific configurations
    ├── claude/
    └── cursor/

Presets

PresetMCPsToken BudgetUse For
aios-devcontext7, desktop-commander, playwright~25-40kStory implementation, PRs
aios-researchcontext7, exa, playwright~40-60kResearch, documentation
aios-fullAll configured~60-80kComplex multi-domain tasks

Quick Start

Claude Code

Copy the sample configuration to your Claude Code config:

# View sample config
cat ide-configs/claude/sample-config.json

# Apply (merge with your existing ~/.claude.json)

Cursor

Copy the sample configuration to your Cursor settings:

# View sample config
cat ide-configs/cursor/sample-config.json

# Apply to .cursor/settings.json

Available MCP Servers

context7

Up-to-date library documentation for LLMs.

  • Type: SSE
  • API Key Required: No

desktop-commander

File management, terminal commands, and system operations.

  • Type: stdio
  • API Key Required: No

playwright

Browser automation for testing and web interaction.

  • Type: stdio
  • API Key Required: No

exa

AI-powered web search and content extraction.

  • Type: stdio
  • API Key Required: Yes (EXA_API_KEY)

Documentation

For detailed documentation, visit AIOS Core Discussions.

Contributing

We welcome contributions! Please see our Contributing Guide.

License

Apache 2.0 License - see LICENSE


Part of the AIOS Framework

Reviews

No reviews yet

Sign in to write a review