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.
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.
Ctrl+Shift+P
or Cmd+Shift+P
on macOS), then type in 'MCP', then select 'MCP: List Servers' and click on agentmode.curl -LsSf https://astral.sh/uv/install.sh | sh
uv init
uv add agentmode
uv run agentmode
MCP configuration for VS code If you installed our VS Code extension, it will automatically create or update your settings.json file for you. If you installed agentmode manually, please create a .vscode/settings.json file in your workspace, and replace βYOUR_INSTALLATION_FOLDERβ with the path to your uv environment below:
{ "mcp": { "servers": { "agentmode": { "command": "cd 'YOUR_INSTALLATION_FOLDER' && uv run agentmode", "env": {} } } } }
MCP configuration for Cursor Please create a ~/.cursor/mcp.json file in your home directory. This makes MCP servers available in all your Cursor workspaces. Please replace 'YOUR_INSTALLATION_FOLDER' below with the folder you setup your uv environment in:
{ "mcpServers": { "inputs": [], "servers": { "agentmode": { "command": "cd 'YOUR_INSTALLATION_FOLDER' && uv run agentmode", "env": {} } } } }
MCP configuration for Windsurf Open the file ~/.codeium/windsurf/mcp_config.json Add the code below to the JSON file. Press the refresh button in Windsurf. Please replace 'YOUR_INSTALLATION_FOLDER' below with the folder you setup your uv environment in:
{ "mcpServers": { "inputs": [], "servers": { "agentmode": { "command": "cd 'YOUR_INSTALLATION_FOLDER' && uv run agentmode", "env": {} } } } }
AgentMode leverages the Model Context Protocol (MCP) to enable your coding AI to:
AgentMode supports a wide range of connections, including:
To configure connections, follow these steps:
http://localhost:13000/setup
If you encounter any issues or have questions, you can:
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!