MCP Configtesting

aiup-marketplace MCP Config

MCP server configuration from martinellich/aiup-marketplace

View Source
.mcp.json
{
  "mcpServers": {
    "Vaadin": {
      "type": "http",
      "url": "https://mcp.vaadin.com/docs"
    },
    "KaribuTesting": {
      "type": "http",
      "url": "https://karibu-testing-mcp.martinelli.ch/mcp"
    },
    "jOOQ": {
      "type": "http",
      "url": "https://jooq-mcp.martinelli.ch/mcp"
    },
    "context7": {
      "type": "http",
      "url": "https://mcp.context7.com/mcp"
    },
    "JavaDocs": {
      "type": "http",
      "url": "https://www.javadocs.dev/mcp"
    },
    "playwright": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "@playwright/mcp@latest"
      ],
      "env": {}
    }
  }
}