Loading languages...
CA

CaptainCrouton89/alaria-wiki-mcp

@CaptainCrouton89

A starter template for building an MCP server that stores and retrieves information using vector embeddings. This boilerplate provides the foundation for creating your own embedding-based knowledge store that can integrate with Claude or other MCP-compatible AI assistants.

embedding
vector-database
knowledge-base
boilerplate
template

# mcpServer Config

{
  "mcpServers": {
    "your-embedding-storage": {
      "command": "node /path/to/your/dist/index.js"
    }
  }
}

# stdio

node /path/to/your/dist/index.js
Transport:
stdio
言語:
JavaScript
作成日:4/22/2025
更新日:4/23/2025