Saya
Provides access to workspace context including Slack-visible channels, team memory, decisions, skills, and readiness state.
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., "@Sayawhat's the team's context on the onboarding process?"
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.
Install
Any MCP client (.mcp.json)
Add Saya as a Streamable HTTP MCP server at the live workers.dev origin. When your client prompts, complete browser OAuth for your team; the per-team bearer belongs in the client credential store, never in this repo.
{
"mcpServers": {
"saya": {
"url": "https://saya-mcp.luke-nittmann.workers.dev/mcp",
"transport": "streamable-http"
}
}
}Any agent (npx skills)
Installs the secondary usage-guide skill for skill-aware agents. This teaches when to query Saya; the live MCP endpoint remains the product surface.
npx skills add creative-int/saya-pluginsClaude Code
Add the marketplace, install the Saya plugin, then complete browser OAuth before the first team-brain query.
/plugin marketplace add creative-int/saya-plugins
/plugin install saya@sayaCodex
Add this repo as a Codex plugin marketplace, install from /plugins, then authenticate the MCP connection for your workspace.
codex plugin marketplace add creative-int/saya-pluginsCursor
Install Saya from the Cursor plugin marketplace, then authenticate the MCP connection for your workspace.
Cursor -> Settings -> Plugins -> Add marketplace -> creative-int/saya-pluginsTo preview the available skills without installing:
npx skills add creative-int/saya-plugins --listRelated MCP server: Consciousness MCP Server
Quickstart: tap the team brain
Add the MCP server with the generated
.mcp.jsonblock above, or install the plugin through Claude Code, Codex, or Cursor.When the client prompts for auth, complete browser OAuth with the workspace that owns the Saya brain. The bearer is per-team and should stay in the MCP client's credential store or environment, never in a tracked file.
Start with
saya_statusif you need to confirm the live bridge, scopes, or workspace health.Use
saya_contextbefore making team-specific assumptions. Ask focused questions like: "What has this team decided about the Saya MCP launch? Return verified decisions first and call out candidate or deprecated notes."Use
saya_actonly for the curated approval-first memory save path. Treat it as a write that needs user intent, not a general automation channel.
If a client exposes raw MCP calls instead of a friendly tool picker, inspect
tools/list after OAuth and follow the current input schema advertised by the
server.
MCP surface
Saya exposes one central Streamable HTTP MCP server. Team identity and access come from per-team OAuth bearer auth plus workspace membership; never put tokens in repo files.
Tool | Scope | Purpose |
|
| Read bounded workspace context: provenance-graded team knowledge, lifecycle status, trust grade, decisions, skills, and captured workspace memory. |
|
| Save approved team memory through Saya's curated, idempotent, approval-first action path. |
|
| Check live MCP readiness, tool availability, auth posture, and Convex bridge health. |
Status / readiness
The deployed endpoint is live on prod at
https://saya-mcp.luke-nittmann.workers.dev/mcp. Production OAuth and
workspace membership are required; authenticated saya_context queries return
real, trust-graded team knowledge from Saya's Convex brain. saya_act is the
approval-first save_memory path, and saya_status reports live bridge health.
The custom domain https://mcp.saya.computer/mcp is not routed yet, so this
repo intentionally points at the current workers.dev origin.
Included skill
saya-team-brain— secondary usage guidance for agents deciding when to query Saya through MCP before answering. Useful for team memory, decision history, workspace norms, channel context, and "what does this team already know?" questions. Also answers toask-teamandteam-context.
The skill lives at
skills/saya-team-brain/SKILL.md.
See docs/team-brain-agent-tap.md for the
runner-side sample flow and proof boundary.
Develop
pnpm install
pnpm generate # regenerate all adapters from saya.config.ts
pnpm verify # drift check + typecheck + build/help + MCP smokepnpm smoke always checks unauthenticated protected-resource metadata. Set
SAYA_MCP_BEARER to additionally assert the authenticated tools/list surface.
License
MIT © creative-int
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.
Latest Blog Posts
- 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/creative-int/saya-plugins'
If you have feedback or need assistance with the MCP directory API, please join our Discord server