Fuseki 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., "@Fuseki MCP serverCall server_info to verify the connection and list available tools."
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.
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.
Related MCP server: google-chat-mcp
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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Connect AI agents to Filepad workspaces through OAuth MCP.
- FullmaktOAuthai.fullmakt
Credential broker for AI agents: scoped, revocable API access with policy enforcement and audit.
Connect LLM tools to your Algolia account with user-scoped access for internal workflows.
Permissioned access to Gmail, Drive and Calendar via the user's own Google account
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables creating and reading Google Sheets in your personal Drive using OAuth authentication. Files are owned by you, not a service account.MIT
- -licenseNot gradedqualityCmaintenanceEnables AI assistants to read and send messages in Google Chat spaces using service account authentication.-
- AlicenseAqualityCmaintenanceEnables AI agents to manage Google Cloud Platform resources including projects, IAM, service accounts, and APIs directly through GCP REST APIs without requiring gcloud CLI or Terraform.333,857MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to access registered resources based on a fixed subject identity, enforcing default-deny policies and auditing for controlled context sharing.Apache 2.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