Skip to main content

api-services

API reference for built-in service providers (LLM, Speech, Graph). Use when looking up service interfaces, provider capabilities, or integration patterns.

Jump to install

Source facts

Repository
cyanheads/obsidian-mcp-server
Last source activity
September 13, 2026 at 18:16
Detected SKILL.md language
English
Stars
682
Forks
103

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

File Explorer
4 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
api-services
description
API reference for built-in service providers (LLM, Speech, Graph). Use when looking up service interfaces, provider capabilities, or integration patterns.
metadata
{"author":"cyanheads","version":"1.5","audience":"external","type":"reference"}
## Overview Service providers are exported from `@cyanheads/mcp-ts-core/services`. These are documented here for servers that use the built-in providers. All services follow the **init/accessor pattern**: initialized in `setup()`, accessed at request time via lazy accessor. See the `add-service` skill for the full pattern. ## References | Reference | Path | Description | |:----------|:-----|:------------| | LLM | `references/llm.md` | OpenRouter-based LLM provider (`ILlmProvider`, streaming, config) | | Speech | `references/speech.md` | TTS/STT providers (`SpeechService`, ElevenLabs, Whisper) | | Graph | `references/graph.md` | Relationship graph operations (`IGraphProvider`, traversal, pathfinding) |
View on GitHub