Sirro
Sirro
Cursor plugin for Sirro, a shared asset library for coding agents.
Install the plugin, Allow in the browser, then save and reuse named assets across projects. No API key is copied into Cursor.
Install
Open Cursor Settings → Plugins.
Search for Sirro.
Click Install. Cursor connects to
https://www.sirro.dev/mcpand opens Sirro so you can Allow.
Until this plugin is listed, load it locally:
git clone https://github.com/Jonathanmberg/sirro-cursor.git
ln -s "$(pwd)/sirro-cursor" ~/.cursor/plugins/local/sirroThen run Developer: Reload Window. Remove any user-added Sirro MCP URL so Cursor uses this plugin instead of a generic MCP server.
Related MCP server: evermemos-mcp
What it does
The plugin starts Sirro's hosted MCP server. After you Allow, Cursor can:
Save code or a link as a named asset
Fetch an asset by name
List assets, kits, and recipes
Open the Sirro dashboard
Workspace choice happens on Allow. Disconnect from the Sirro dashboard.
Auth and data
Transport: Streamable HTTP at
https://www.sirro.dev/mcpAuth: Sirro OAuth (PKCE). Tokens stay in Cursor. This repo has no secrets and no
${VAR}placeholders.Data: named assets you save into your Sirro workspace. Sirro does not receive your GitHub token or repo credentials through this plugin.
Existing npx @sirro/mcp installs that use a member API key are a separate door. This plugin does not use that path.
Test the server
Unauthenticated calls to /mcp return 401 with OAuth discovery:
curl -sI https://www.sirro.dev/mcp
curl -s https://www.sirro.dev/.well-known/oauth-authorization-serverDocs
Product: https://www.sirro.dev
Dashboard: https://www.sirro.dev/login
Privacy: https://www.sirro.dev/privacy
Terms: https://www.sirro.dev/terms
Logo is the Sirro mark on a white 1:1 plate.
License
MIT
This server cannot be installed
Maintenance
Related MCP Connectors
Shared memory for AI coding agents. Save once, reuse from Cursor, Claude Code, Codex.
Shared memory for coding agents. Stop re-explaining your codebase every session.
Persistent cross-session memory shared by Codex, Claude Code, ChatGPT, and other AI agents.
Persistent memory for Claude Code and Cursor. Stop re-explaining your project every session.
Related MCP Servers
- AlicenseAqualityDmaintenanceHybrid semantic + keyword memory across all your projects. Works with Cursor, Claude Code, and your team.11MIT
- AlicenseAqualityCmaintenanceLong-term memory for AI coding assistants. Remembers context once and recalls it across sessions.721MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI tools like Claude and Cursor to share persistent memory across sessions.5
- AlicenseNot gradedqualityDmaintenanceProvides long-term memory for AI coding agents, enabling them to remember, search, and organize information across sessions and platforms like Claude Code, ChatGPT, and Cursor.189MIT
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/Jonathanmberg/Sirro-open'
If you have feedback or need assistance with the MCP directory API, please join our Discord server