★ 1 stars
JavaScript
🤖 AI/LLM
Updated 14d ago
MCP server for Outline wiki — search, read, create, update, and manage documents and collections. Works with Claude Code, Gemini, Codex, and any MCP-compatible AI tool via Docker MCP Gateway.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-outline": {
"command": "npx",
"args": [
"-y",
"gupila/mcp-server-outline"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-outline npx -y gupila/mcp-server-outline
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-outline": {
"command": "npx",
"args": [
"-y",
"gupila/mcp-server-outline"
]
}
}
}
📋 Copy
Topics
ai-tools docker knowledge-base mcp mcp-server model-context-protocol outline typescript