RSpace Server
БесплатноНе проверенExposes RSpace API endpoints to LLM agents using the Model Context Protocol.
Описание
Exposes RSpace API endpoints to LLM agents using the Model Context Protocol.
README
This is a proof-of-principle MCP server for RSpace. It exposes some RSpace API endpoints to LLM agents using the Model Context Protocol.
To run, install uv and python, then add this to your Claude or VS Code mcp.json
- clone this repo
- run
uv syncto install dependencies - create a
.envfile in this folder. Add- RSPACE_URL=RSpace URL # e.g. https://community.researchspace.com
- RSPACE_API_KEY=your API key
Configure your LLM app. Below is config for VSCode Copilot.
For Claude Desktop add the "rspace" server definition below to your MCP config file.
{
"inputs": [
{
"type": "promptString",
"id": "rspace-apikey",
"description": "RSpace API Key",
"password": true
},
{
"type": "promptString",
"id": "rspace-url",
"description": "RSpace base URL",
"password": false
}
],
"servers": {
"rspace": {
"command": "uv",
"args": [
"--directory",
"<full path to this directory>",
"run",
"main.py"
],
"env": {
"RSPACE_API_KEY": "${input:rspace-apikey}",
"RSPACE_URL": "${input:rspace-url}"
}
}
}
}
Установка RSpace Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/richarda23/rspace-mcpFAQ
RSpace Server MCP бесплатный?
Да, RSpace Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для RSpace Server?
Нет, RSpace Server работает без API-ключей и переменных окружения.
RSpace Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить RSpace Server в Claude Desktop, Claude Code или Cursor?
Открой RSpace Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare RSpace Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
