Skip to main content
Glama

AgentMode

Official
by agentmode

AgentMode ✨

AgentMode is an all-in-one Model Context Protocol (MCP) server that connects your coding AI to dozens of databases, data warehouses, data pipelines, cloud services, and more. This extension is designed to streamline your development workflow by providing seamless integration with various data and cloud platforms.

flow diagram!

Installation 👨‍💻

quick start with VS code

  1. Install our VS Code extension.
  2. Click the 'Install' button next to the agentmode extension.
  3. Start the MCP server via the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS), then type in 'MCP', then select 'MCP: List Servers' and click on agentmode.
  4. Click on the 'AgentMode' text in the bottom-right status bar corner of VS Code to open a browser tab, sign in, and then setup your connections.

without VS code (Python package)

  1. Open the terminal and install uv with curl -LsSf https://astral.sh/uv/install.sh | sh
  2. uv init
  3. uv add agentmode
  4. uv run agentmode
{ "mcp": { "servers": { "agentmode": { "command": "cd 'YOUR_INSTALLATION_FOLDER' && uv run agentmode", "env": {} } } } }
{ "mcpServers": { "inputs": [], "servers": { "agentmode": { "command": "cd 'YOUR_INSTALLATION_FOLDER' && uv run agentmode", "env": {} } } } }
{ "mcpServers": { "inputs": [], "servers": { "agentmode": { "command": "cd 'YOUR_INSTALLATION_FOLDER' && uv run agentmode", "env": {} } } } }

MCP (Model Context Protocol) 🌐

AgentMode leverages the Model Context Protocol (MCP) to enable your coding AI to:

  • Access and query databases and data warehouses.
  • Interact with data pipelines for real-time or batch processing.
  • Use a web browser.
  • See logs from your production services.
  • Connect to cloud services for storage, computation, and more.

Connections 🔌

connections setup!

AgentMode supports a wide range of connections, including:

  • Databases: MySQL, PostgreSQL, etc.
  • Data Warehouses: Snowflake, BigQuery, Redshift, etc.
  • Data Pipelines: Airflow, Prefect, etc.
  • Cloud Services: AWS, Azure, Google Cloud, etc. (coming soon!)

To configure connections, follow these steps:

  1. Start the MCP server and go to http://localhost:13000/setup
  2. Click on the icon of the connection you'd like to setup.
  3. Fill out the connection details and credentials (all credentials are stored locally on your machine).
  4. Any required dependencies will be installed on-the-fly.

Help 🛟

If you encounter any issues or have questions, you can:

Contributing 💬

  • add more connectors & tests
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

An all-in-one Model Context Protocol (MCP) server that connects your coding AI to numerous databases, data warehouses, data pipelines, and cloud services, streamlining development workflow through seamless integrations.

  1. Installation 👨‍💻
    1. quick start with VS code
    2. without VS code (Python package)
  2. MCP (Model Context Protocol) 🌐
    1. Connections 🔌
      1. Help 🛟
        1. Contributing 💬

          Related MCP Servers

          • A
            security
            F
            license
            A
            quality
            Implements the Model Context Protocol (MCP) to provide AI models with a standardized interface for connecting to external data sources and tools like file systems, databases, or APIs.
            Last updated -
            1
            125
            Python
            • Apple
            • Linux
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol (MCP) server that implements AI-First Development framework principles, allowing LLMs to interact with context-first documentation tools and workflows for preserving knowledge and intent alongside code.
            Last updated -
            332
            Python
            AGPL 3.0
          • -
            security
            A
            license
            -
            quality
            A guide for implementing Model Context Protocol (MCP) servers that provide AI models with external tools like web search, text manipulation, and mathematical operations.
            Last updated -
            8
            Python
            MIT License
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol (MCP) Server that provides unified access to multiple external APIs (weather, news, financial data) through a single, consistent interface for AI agents and LLMs.
            Last updated -
            1
            Python

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/agentmode/server'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server