dooray-mcp-go
v0.1.2
Published
Dooray MCP server implemented in Go, distributed as prebuilt binaries
Maintainers
Readme
dooray-mcp-go (npm wrapper)
This package ships the prebuilt dooray-mcp Go binaries and a launcher that selects the one matching the current platform, so the server can be installed and registered with a single npx command.
Register it with Claude Desktop in one command:
npx -y --package=dooray-mcp-go -- dooray-mcp-go register --token "{personal-token}" --forceThat writes the configuration with npx as the launch command:
{
"mcpServers": {
"dooray": {
"command": "npx",
"args": ["-y", "[email protected]", "--", "dooray-mcp-go"],
"env": { "DOORAY_TOKEN": "{personal-token}" }
}
}
}Nothing is copied or installed by the binary itself. Every start does unpack and spawn the executable in one step, which endpoint protection can read as a dropper launching its payload; the repository README covers that tradeoff and the routes that avoid it.
Full documentation lives in the repository README.
The binaries are committed into the tarball rather than fetched by a postinstall script, so installing works behind a proxy that only allows the npm registry.
