mcp-outline
by fastmcp-me
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Server host. Use 0.0.0.0 in Docker for external connections | 127.0.0.1 |
| MCP_PORT | No | HTTP server port (only for sse and streamable-http modes) | 3000 |
| MCP_TRANSPORT | No | Transport mode: stdio (local), sse or streamable-http (remote) | stdio |
| OUTLINE_API_KEY | Yes | Get from Outline web UI: Settings → API Keys → Create New | |
| OUTLINE_API_URL | No | For self-hosted: https://your-domain/api | https://app.getoutline.com/api |
| OUTLINE_READ_ONLY | No | true = disable ALL write operations | false |
| OUTLINE_DISABLE_DELETE | No | true = disable only delete operations | false |
| OUTLINE_DISABLE_AI_TOOLS | No | true = disable AI tools (for Outline instances without OpenAI) | 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
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/fastmcp-me/mcp-outline'
If you have feedback or need assistance with the MCP directory API, please join our Discord server