sqlitedata-swift-mcp
v1.7.2
Published
MCP server for SQLiteData Swift skills — @Table models, CloudKit sync, API reference, and diagnostics
Downloads
307
Readme
SQLiteData Swift MCP Server
Model Context Protocol server for the SQLiteData skills collection.
Exposes SQLiteData skills as MCP resources, commands as prompts, and tools for search, section-filtered reads, and catalog browsing.
Install
Published package
npx -y sqlitedata-swift-mcpFrom the repo
node mcp-server/src/server.mjsExample MCP Config
{
"mcpServers": {
"sqlitedata-swift": {
"command": "npx",
"args": ["-y", "sqlitedata-swift-mcp"]
}
}
}Local checkout
{
"mcpServers": {
"sqlitedata-swift": {
"command": "node",
"args": ["/path/to/sqlite-data/mcp-server/src/server.mjs"]
}
}
}Tools
search_skills— BM25 ranked search with matching sectionsread_skill— read skill content with optional section filteringget_catalog— browse skills organized by categorylist_skills— enumerate all skills
Resources
sqlitedata-swift://skills/{name}— one resource per skill
Prompts
ask— with skill routingaudit— with anti-pattern checklist
