RSpace MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RSpace MCP Serverlist my recent notebooks"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RSpace MCP server
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 dependenciescreate a
.envfile in this folder. AddRSPACE_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}"
}
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceA Model Context Protocol server enabling LLMs to search, retrieve, and manage documents through Rememberizer's knowledge management API.Last updated35Apache 2.0

Rossum MCP Serverofficial
FlicenseBqualityDmaintenanceA Model Context Protocol server that provides AI agents with read-only access to Rossum API resources (queues, schemas, hooks, workspaces) for analysis purposes.Last updated61
RSpace MCP Serverofficial
AlicenseBqualityBmaintenanceA proof-of-concept server that enables LLM agents to interact with RSpace API endpoints using the Model Context Protocol, allowing AI assistants to access and manipulate research data in RSpace.Last updated504AGPL 3.0- Alicense-qualityCmaintenanceExposes Swagger/OpenAPI-defined APIs through the Model Context Protocol, making them accessible to AI agents.Last updated30ISC
Related MCP Connectors
Connect AI agents to Replynodes over the Model Context Protocol.
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/richarda23/rspace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server