diff --git a/README.md b/README.md index 19952db..0a036c4 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ To add a server, see the [Contributing Guidelines](CONTRIBUTING.md). | **Context7** | Up-to-date code documentation. | Install | | **Linear** | Issue tracking and project management for development teams. | Install | | **Playwright** | End-to-end browser testing. | Install | +| **shadcn/ui** | Use the shadcn/ui MCP server to browse, search, and install components from registries. | Install | | **Sentry** | Error tracking and performance monitoring. | Install | | **Salesforce DX** | Interact with Salesforce orgs, manage metadata, data, and development workflows. | Install | | **Supabase** | Create and manage Supabase projects. | Install | @@ -70,6 +71,7 @@ To add a server, see the [Contributing Guidelines](CONTRIBUTING.md). | **vault** | Store and manage secrets. | Install | | **Browser Use** | The Browser Use MCP server provides Cursor agents access to browser-use documentation. This gives AI assistants deep context about the browser-use library when helping you write code. | Install | | **Sanity** | Create, query, and manage Sanity content, releases, datasets, and schemas. | Install | +| **Okahu** | Access to traces and debug your AI agent apps | Install | ## Setup diff --git a/servers/index.json b/servers/index.json index ef1cdf1..e5a456e 100644 --- a/servers/index.json +++ b/servers/index.json @@ -4,7 +4,7 @@ "context7", "linear", "playwright", - "shadcn/ui", + "shadcn", "sentry", "salesforce-dx", "supabase", @@ -63,5 +63,6 @@ "terraform", "vault", "browser-use", - "sanity" + "sanity", + "okahu" ] diff --git a/servers/okahu/icon.svg b/servers/okahu/icon.svg new file mode 100644 index 0000000..5d10c26 --- /dev/null +++ b/servers/okahu/icon.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/servers/okahu/server.json b/servers/okahu/server.json new file mode 100644 index 0000000..ce68a54 --- /dev/null +++ b/servers/okahu/server.json @@ -0,0 +1,15 @@ +{ + "name": "Okahu", + "description": "Access to traces and debug your AI agent apps", + "transport": [ + "https" + ], + "icon": "./icon.svg", + "oauth": false, + "config": { + "url": "https://mcp.okahu.co/mcp", + "headers": { + "x-api-key": "" + } + } + } \ No newline at end of file