MCP Tools and Configurations for AIOS
This repository contains Model Context Protocol (MCP) server configurations, presets, and IDE configurations for use with AIOS and Claude Code.
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/
| Preset | MCPs | Token Budget | Use For |
|---|---|---|---|
| aios-dev | context7, desktop-commander, playwright | ~25-40k | Story implementation, PRs |
| aios-research | context7, exa, playwright | ~40-60k | Research, documentation |
| aios-full | All configured | ~60-80k | Complex multi-domain tasks |
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)Copy the sample configuration to your Cursor settings:
# View sample config
cat ide-configs/cursor/sample-config.json
# Apply to .cursor/settings.jsonUp-to-date library documentation for LLMs.
- Type: SSE
- API Key Required: No
File management, terminal commands, and system operations.
- Type: stdio
- API Key Required: No
Browser automation for testing and web interaction.
- Type: stdio
- API Key Required: No
AI-powered web search and content extraction.
- Type: stdio
- API Key Required: Yes (EXA_API_KEY)
For detailed documentation, visit AIOS Core Discussions.
We welcome contributions! Please see our Contributing Guide.
Apache 2.0 License - see LICENSE
Part of the AIOS Framework