-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi there 👋,
Love having an MCP server for Algolia to enable AI agents to search through our indexes!
It would be cool though, if it could be set up via go run, like so:
{
"mcpServers": {
"algolia": {
"command": "go",
"args": [
"run",
"github.com/algolia/mcp@latest"
],
"env": {
"ALGOLIA_APP_ID": "",
"ALGOLIA_INDEX_NAME": ""
}
}
}
}However, I am getting the following error:
go run github.com/algolia/mcp@latest
go: github.com/algolia/mcp@latest: module github.com/algolia/mcp@latest found (v0.0.0-20250503073339-5c7df87877de), but does not contain package github.com/algolia/mcpSadly, I am not a big Golang dev ;) Any help would be much appreciated!
Best!
Joe
bytrangle
Metadata
Metadata
Assignees
Labels
No labels