🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@ifuryst/llm-wiki-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ifuryst/llm-wiki-mcp

LLM-Wiki MCP stdio bridge for npx-based local agent integrations.

dev
latest
Source
npmnpm
Version
0.1.0-dev
Version published
Maintainers
1
Created
Source

@ifuryst/llm-wiki-mcp

@ifuryst/llm-wiki-mcp is a stdio MCP server for LLM-Wiki. It is intended for local process-spawned integrations such as:

  • Claude Code MCP config
  • Codex-compatible MCP clients
  • local agent runners that prefer npx

Run

npx -y @ifuryst/llm-wiki-mcp --base-url https://llm-wiki.ifuryst.com --tenant default

Local dev equivalent:

npx -y @ifuryst/llm-wiki-mcp --base-url http://127.0.0.1:8234 --tenant default

Environment variables:

  • LLM_WIKI_BASE_URL
  • LLM_WIKI_TENANT_ID

Exposed Capabilities

  • tools for listing, creating, updating, and archiving LLM-Wiki content
  • resources for spaces, namespaces, and documents

The server is a thin stdio bridge over the LLM-Wiki HTTP API.

FAQs

Package last updated on 08 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts