Slingr Server
БесплатноНе проверенEnables interaction with the Slingr platform, including application structure (Builder) and data management (Runtime), with documentation search and developer t
Описание
Enables interaction with the Slingr platform, including application structure (Builder) and data management (Runtime), with documentation search and developer tools.
README
This is an MCP (Model Context Protocol) server for the Slingr platform. It provides tools, resources, and prompts to interact with both the Slingr application structure (Builder) and its data (Runtime).
Features
- Documentation Search (RAG): Search through Slingr's official documentation using a local vector database (LanceDB) and local embeddings.
- Application Structure (Builder): List entities, get detailed metadata, manage permissions, and create new entities or fields.
- Data Management (Runtime): List, get, create, update, and delete records from any entity.
- Developer Tools: Check for pending metadata changes and review them before pushing.
- MCP Resources: Browse entities and documentation files as resources.
- MCP Prompts: Specialized prompts for entity modeling and script debugging.
Installation
Install dependencies:
npm installConfigure environment variables in
.env:SLINGR_API_URL=https://your-domain.slingrs.io/dev/builder/api [email protected] SLINGR_PASSWORD=your-password[!NOTE] The server will automatically deduce the Runtime API URL by replacing
/builder/apiwith/runtime/apiin yourSLINGR_API_URL. You can override this by settingSLINGR_RUNTIME_API_URLexplicitly.Build the project:
npm run buildIngest documentation (first time or when updated):
# Using the standalone script npx tsx scripts/ingest-docs.ts
Usage
In Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"slingr": {
"command": "node",
"args": ["/path/to/slingr-mcp/build/index.js"],
"env": {
"SLINGR_API_URL": "https://your-domain.slingrs.io/dev/builder/api",
"SLINGR_EMAIL": "[email protected]",
"SLINGR_PASSWORD": "your-password"
}
}
}
}
Tools
Application structure (Builder)
check_connection: Verifies the API connection.list_entities: Lists all entities.get_entity: Gets detailed entity metadata (useverbose: truefor full details).create_entity: Creates a new entity.create_field: Adds a field to an entity.list_groups: Lists security groups (roles).get_entity_permissions: Gets permissions for an entity (simplified output).update_entity_permissions: Updates permissions for a group.check_pending_changes: Checks for development changes.get_pending_changes: Lists changes ready to be pushed.
Data Management (Runtime)
list_records: Fetches records from an entity.get_record: Fetches a specific record. Supportsfieldsparameter for partial fetching.create_record: Creates a new record.update_record: Updates a record.delete_record: Deletes a record.
Other
search_documentation: Searches the documentation.ingest_documentation: Updates the vector database.
Resources
slingr://entities: Full list of entities in JSON format.slingr://docs/{path}: Access any documentation file as a resource.
Prompts
create_entity_with_fields: Guide to modeling a new entity.debug_slingr_script: Help for debugging scripts using documentation context.
Установка Slingr Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/maximiranda/slingr-mcpFAQ
Slingr Server MCP бесплатный?
Да, Slingr Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Slingr Server?
Нет, Slingr Server работает без API-ключей и переменных окружения.
Slingr Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Slingr Server в Claude Desktop, Claude Code или Cursor?
Открой Slingr Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Slingr Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
