plexus
by pcas-io
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PLEXUS_PORT | No | HTTP listen port (default 8787). | 8787 |
| PLEXUS_RP_ID | No | WebAuthn relying-party ID — must match the hostname. Default localhost. | localhost |
| PLEXUS_RP_NAME | No | Display name shown on passkey prompts. | |
| PLEXUS_BASE_URL | No | Canonical base URL used by OAuth metadata. | |
| PLEXUS_LOG_LEVEL | No | debug / info / warn / error. | info |
| PLEXUS_SURREAL_DB | No | Database (default main). | main |
| PLEXUS_SURREAL_NS | No | Namespace (default plexus). | plexus |
| PLEXUS_ADMIN_TOKEN | Yes | Bootstrap admin token. Use a secret manager in production. | |
| PLEXUS_SURREAL_URL | Yes | SurrealDB endpoint — defaults to http://surrealdb:8000 inside the compose network. | http://surrealdb:8000 |
| PLEXUS_OAUTH_SECRET | Yes | Signs authorization codes and OAuth state. | |
| PLEXUS_SURREAL_PASS | Yes | SurrealDB root password. | |
| PLEXUS_SURREAL_USER | Yes | SurrealDB root user. | |
| PLEXUS_COOKIE_SECRET | Yes | Signs the dashboard session cookie. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/pcas-io/plexus'
If you have feedback or need assistance with the MCP directory API, please join our Discord server