kiwiki
by natorus87
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KIWIKI_USERS | Yes | Built-in users in 'user:key:role' format, comma-separated | |
| KIWIKI_BASE_URL | No | Public base URL used in MCP and OAuth metadata | http://localhost:8080 |
| KIWIKI_DATA_DIR | No | Data directory for all wiki files | /data |
| KIWIKI_LOG_LEVEL | No | Python log level | INFO |
| KIWIKI_TRUST_PROXY | No | Use secure cookies behind a TLS reverse proxy | true |
| KIWIKI_CORS_ORIGINS | No | Comma-separated list of allowed CORS origins | * |
| KIWIKI_OAUTH_TOKEN_SECRET | No | Optional stable secret for signing OAuth MCP tokens | |
| KIWIKI_RATE_LIMIT_ENABLED | No | Enables login, read, and write rate limits | true |
| KIWIKI_OAUTH_TOKEN_TTL_SECONDS | No | OAuth access-token lifetime | 86400 |
| KIWIKI_OAUTH_REFRESH_TOKEN_TTL_SECONDS | No | OAuth refresh-token lifetime | 2592000 |
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/natorus87/kiwiki'
If you have feedback or need assistance with the MCP directory API, please join our Discord server