Fuseki MCP server
Fuseki agent plugin
Connects your coding agent to the Fuseki MCP server at https://mcp.fuseki.dev — project
data, tenant-scoped, under your own permissions rather than a service account's.
This repository is generated. Every file in it is build output from the Fuseki monorepo. Edits here are overwritten by the next publish; open a change against the source instead.
Install
Claude Code:
/plugin marketplace add razvanpiticas/fuseki-plugin
/plugin install fuseki@fuseki-pluginsCodex:
codex plugin marketplace add razvanpiticas/fuseki-plugin
codex plugin add fuseki@fuseki-pluginsCursor, Gemini CLI, OpenCode, OpenClaw, Hermes — run this in your project:
npx github:razvanpiticas/fuseki-plugin installIt detects which of those harnesses you have, writes the skill and the server declaration, and prints anything it will not write for you.
Any other MCP client: add https://mcp.fuseki.dev/mcp and set the OAuth client id to
fuseki-public-client.
After installing
Sign in when prompted, then ask your agent to call the server_info tool. It answers with the
deployment name and the tools it publishes, and it touches nothing else — so it is the one call
worth making first when something is not working.
Access is granted on Fuseki's own roles screen, per tenant: mcp:tools.read and mcp:tools.write.
Reads working while writes answer 403 means the write permission has not been granted, or the
token predates the grant.
Version 0.1.0.
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/razvanpiticas/fuseki-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server