OneWright
by heyxiaoze
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FIGWRIGHT_HOST | No | The host that the relay binds to. Set a LAN IP (e.g., 192.168.1.42) or 0.0.0.0 to listen on all interfaces. Any non-loopback value enables LAN mode. | 127.0.0.1 |
| FIGWRIGHT_PORT | No | The relay port. | 3055 |
| FIGWRIGHT_TOKEN | No | Shared secret that connecting plugins must present. In LAN mode, if not set, the server generates a random 24-byte token and prints it to the logs. Set a stable value so plugin config persists across restarts. Required for remote MCP connections. | |
| FIGWRIGHT_READONLY | No | Set to '1', 'true', 'yes', or 'on' to enable read-only mode, which hides all write tools and exposes only read and local helper tools. | false |
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/heyxiaoze/OneWright'
If you have feedback or need assistance with the MCP directory API, please join our Discord server