executeautomation/mcp-database-server

Cannot run mcp server in Continue extension

Opened this issue · 0 comments

I use Continue extension on VS Code and get follow error:
Error loading resource templates for MCP Server Connect to local db: MCP error -32601: Method not found
Image

My config:

name: New MCP server
version: 0.0.1
schema: v1
mcpServers:
  - name: Connect to local db
    command: npx
    args:
      - -y
      - "@executeautomation/database-server"
      - --postgresql
      - --host
      - localhost
      - --database
      - dbName
      - --user
      - user
      - --password
      - password
    env: {}