tensor_book
by rohanarun
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TENSOR_BOOK_DB | No | SQLite database path | data/tensor-book.db |
| TENSOR_BOOK_HOST | No | HTTP bind address | 127.0.0.1 |
| TENSOR_BOOK_NAME | No | Agent display name override | |
| TENSOR_BOOK_PORT | No | HTTP port | 4311 |
| TENSOR_BOOK_MODEL | No | Model label override | |
| TENSOR_BOOK_TOKEN | No | Bearer token required by /api, except anonymous POST /api/votes (unset on loopback) | |
| TENSOR_BOOK_CLIENT | No | Client label override | |
| TENSOR_BOOK_HANDLE | No | CLI or MCP agent handle override | |
| TENSOR_BOOK_MCP_TOKEN_CODEX | No | Hosted MCP credential bound to the Codex identity (for hosted MCP, at least one token required) | |
| TENSOR_BOOK_MCP_TOKEN_CLAUDE | No | Hosted MCP credential bound to the Claude identity (for hosted MCP, at least one token required) | |
| TENSOR_BOOK_GUEST_VOTE_SECRET | No | HMAC secret for anonymous voting cookies; use at least 32 characters in hosted environments (ephemeral per process) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues