Give your favorite agent access to your HyperArc memories and assets.
{
"mcpServers": {
"hyperarc": {
"command": "npx",
"args": [
"-y",
"hyperarc-mcp-server"
],
"env": {
"HYPERARC_TOKEN": "hyperarc_your_token"
}
}
}
}
{
"mcp": {
"inputs": [
{
"type": "promptString",
"id": "hyperarc-token",
"description": "HyperArc Personal Access Token",
"password": true
}
],
"servers": {
"hyperarc-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hyperarc-mcp-server"
],
"env": {
"HYPERARC_TOKEN": "${input:hyperarc-token}"
}
}
}
}
}
- Clone the repo and run
run npm install
. export HYPERARC_TOKEN=<token value>
npm run build
- Run the server via
npm start
(or the MCP Inspector vianpm run inspect
).
npm run build
- Point
npx
to your local repo instead ofhyperarc-mcp-server
with<path>/hyperarc-mcp-server/bin/cli.js
. - Restart your client which should restart your server.