@yogsoth-ai/wiki-vault

security MCP Server

Knowledge Vault MCP Server — structured wiki with BM25 search, typed knowledge graph, batch validation, and companion skills for autonomous knowledge compilation.

VerifiedInstall Ready
securitysecurity
4 views1 stars0 forksv1.2.1Apache-2.0

Why This Matters

Discovered via github-topic:mcp-server and last synced 2mo ago.

VerifiedInstall Ready
Source
github-topic:mcp-server
Stars
1
Last synced
2mo ago
Install
Instructions detected

Install

1. Install the package

npx @yogsoth-ai/wiki-vault

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "-yogsoth-ai-wiki-vault": {
      "command": "npx",
      "args": [
        "@yogsoth-ai/wiki-vault"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

32
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (32)

Tool

Description

Level

Skill

evidence

evidence/

derived_from

A was built from B

vault_add_edge

Create typed edge between pages (validates, deduplicates)

source

sources/

topic

topics/

raises

A creates/implies B

vault_index

Rebuild search index (incremental or full)

relation

relations/

contradicts

A conflicts with B

vault_query_graph

BFS traversal from node with direction/depth/type filters

SOP

wiki-edge-audit

concept

concepts/

component_of

A is part of B

failed_for

A didn't work for B

vault_search

BM25 full-text search with type/tag filters and snippets

vault_graph_stats

Global or per-node graph statistics and orphan detection

vault_lint

Batch validation (5 check types) with optional auto-fix

Tactic

vault-maintenance

Type

Directory

entity

entities/

claim

claims/

question

questions/

failure

failures/

instance_of

A is an example of B

supported_by

A has evidence from B

supersedes

A replaces B

addresses

A answers/solves B

related_to

Weak association

vault_info

Returns vault metadata (root, directories, types, stats) for session init

vault_edge_audit

Scan edges and report missing `[[wikilinks]]` in source page bodies