Arachne Discord MCP
by SolanceLab
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BASE_URL | No | Public URL (default: http://localhost:3000) | http://localhost:3000 |
| DATA_DIR | No | Directory for SQLite DB + avatars (default: .) | . |
| JWT_SECRET | Yes | Random 64-char hex (e.g. openssl rand -hex 32) | |
| DASHBOARD_URL | No | Dashboard URL (default: http://localhost:5173) | http://localhost:5173 |
| DISCORD_BOT_TOKEN | Yes | Bot token from Discord Developer Portal | |
| DISCORD_CLIENT_ID | Yes | OAuth2 Application ID | |
| OPERATOR_DISCORD_IDS | Yes | Comma-separated Discord user IDs for operator access | |
| DISCORD_CLIENT_SECRET | Yes | OAuth2 Client Secret |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SolanceLab/arachne-discord-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server