Skip to Content
DocsFeaturesMCP Servers

Overview

The MCP Server Manager lets you browse, install, configure, and manage Model Context Protocol  servers directly from AIDEN. MCP servers extend your AI agents with additional capabilities like database access, web browsing, file system operations, and more.

Curated Server Registry

AIDEN ships with 12 pre-configured MCP servers ready for one-click installation:

ServerPurposeInstall Method
FilesystemRead/write local filesnpx
GitHubRepository operations, PRs, issuesnpx
PostgreSQLDatabase queries and schema inspectionnpx
SQLiteLocal database accessnpx
Brave SearchWeb search integrationnpx
MemoryPersistent memory for agentsnpx
PuppeteerBrowser automationnpx
SlackMessaging and channel accessnpx
FetchHTTP requestsnpx
Sequential ThinkingStep-by-step reasoningnpx
Google MapsLocation and mappingnpx
EverythingLocal file search (macOS/Linux)npx

Installing a Server

  1. Open MCP Servers from the sidebar
  2. Browse the registry or search by name/category
  3. Click Install — AIDEN handles the download (npx, pip, or docker)
  4. The server appears in the Installed tab

Managing Servers

From the Installed tab, you can:

  • Start / Stop / Restart — Control server lifecycle with PID tracking
  • Health status — Green/yellow/red dots show server state
  • Real-time logs — View server output with auto-rotation
  • Per-project config — Different settings for different projects

Configuration

The Config tab provides a visual editor for each server’s settings. No need to manually edit JSON files.

Export / Import

Share your MCP setup across machines or with teammates:

  • Export — Generate Claude Desktop or Cursor compatible JSON config
  • Import — Load a config file to set up servers in one click