locus
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FASTMCP_HOST | No | Host for SSE transport. Required when using --transport sse. Default is loopback. | 127.0.0.1 |
| LOCUS_PALACE | Yes | Path to the palace directory. Can also be provided via --palace command line argument. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| memory_listA | List the palace index or the files within a room. Call without |
| memory_readA | Read a file from the palace.
|
| memory_writeA | Write content to a file within the palace.
Creates parent directories as needed. |
| memory_searchA | Full-text search across the palace (or a sub-path). Uses ripgrep (
|
| memory_batchA | Read multiple palace files in a single call.
Missing files, directories, and path-traversal violations are noted
inline and do not raise exceptions, so partial results are always
returned for valid calls. Raises Returns an empty string for an empty |
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/Nano-Nimbus/locus'
If you have feedback or need assistance with the MCP directory API, please join our Discord server