wiki-js-mcp
by osianet
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WIKIJS_URL | Yes | The GraphQL API URL for the Wiki.js instance (e.g., http://localhost:3000/graphql) | |
| WIKIJS_API_KEY | Yes | The API key generated from the Wiki.js admin panel |
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 |
|---|---|
| wiki_get_pageA | |
| wiki_create_pageB | Create a new wiki page at the given path with markdown content. Returns the new page id and path on success. |
| wiki_update_pageA | |
| wiki_search_pagesC | |
| wiki_list_pagesA | |
| wiki_move_pageA | |
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/osianet/wiki-js-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server