mcp-server-ispace-wiki
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ISPACE_WIKI_BASE_URL | Yes | The URL of the iSpace Wiki server | |
| ISPACE_WIKI_PASSWORD | Yes | Login password for the Wiki | |
| ISPACE_WIKI_USERNAME | Yes | Login username for the Wiki | |
| ISPACE_WIKI_VERIFY_SSL | No | Whether to verify SSL certificates (set to 'false' for self-signed certs) | true |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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_documentA | 获取指定文档的完整 Markdown 内容和元数据。 |
| wiki_list_childrenB | 列出指定文档的所有直接子文档。 |
| wiki_get_document_treeB | 递归获取文档树结构,适合构建知识库索引。 |
| wiki_searchC | 全文搜索 Wiki 文档。 |
| wiki_create_documentC | 在指定父文档下创建新子文档。 |
| wiki_update_documentC | 更新文档标题、内容、状态或标签。只传要修改的字段。 |
| wiki_delete_documentA | 删除指定文档(不可逆,含子文档)。 |
| wiki_restore_documentB | 从回收站恢复已删除的文档。 |
| wiki_move_documentC | 移动文档到新的父文档下,或在同级中调整排序位置(拖拽排序)。 |
| wiki_get_permissionsC | 获取文档的权限列表。 |
| wiki_grant_permissionB | 授予用户对文档的访问权限(view / edit / admin)。 |
| wiki_revoke_permissionC | 撤销用户对文档的访问权限。 |
| wiki_get_my_permissionB | 查看当前用户对某文档的权限。 |
| wiki_get_commentsA | 获取文档的评论列表(含回复)。 |
| wiki_add_commentB | 在文档下添加评论,支持 @提及用户。parent_id > 0 表示回复某评论。 |
| wiki_delete_commentC | 删除某条评论。 |
| wiki_get_inline_commentsB | 获取文档的划词评论(行内评论)列表。 |
| wiki_add_inline_commentC | 在文档选中文本上添加划词评论。需提供选中文本和字符偏移位置。 |
| wiki_delete_inline_commentC | 删除某条划词评论。 |
| wiki_export_documentB | 导出文档为指定格式(md / pdf / html)。返回文件内容。 |
| wiki_get_historyB | 获取文档的历史版本列表。 |
| wiki_get_history_diffA | 获取文档某个历史版本的内容(用于对比)。 |
| wiki_get_notificationsC | 获取当前用户的通知列表。 |
| wiki_get_unread_countA | 获取未读通知数量。 |
| wiki_mark_notifications_readB | 标记通知为已读。传 ids 标记指定通知,传 mark_all=true 标记全部。 |
| wiki_list_templatesA | 获取文档模板列表。 |
| wiki_list_tagsC | 获取文档标签列表,或按标签查看文档。 |
| wiki_batch_createC | 批量创建多个子文档。每个元素需提供 name 和 content。 |
| wiki_batch_deleteC | 批量删除多个文档。 |
| wiki_search_usersA | 搜索 Wiki 用户,用于 @提及功能。 |
| wiki_create_share_linkC | 创建文档分享链接。 |
| wiki_get_user_infoA | 获取当前登录用户信息。 |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ispace-top/mcp-server-ispace-wiki'
If you have feedback or need assistance with the MCP directory API, please join our Discord server