vibewatch-mcp
OfficialClick 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., "@vibewatch-mcpwhat's our community sentiment today?"
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.
vibewatch-mcp
Connect any MCP client to your Vibewatch community-sentiment data.
Vibewatch's MCP server exposes six read-only tools over your organization's data — sentiment overview, message search, daily insights, weekly reports, market context, and org details. This package is a thin stdio bridge to that server: it wraps mcp-remote with the Vibewatch server URL and key handling built in, so agents that speak stdio MCP (Buzz agents, Claude Code, Goose, Codex) connect with one binary and one environment variable.
Install
npm install -g vibewatch-mcpRequires Node 18+.
Related MCP server: Feedback Synthesis MCP
Get a key
In app.vibewatch.io, open Settings → API Access.
MCP access is opt-in per organization — an owner or admin enables it there.
Mint a key. Keys start with
vw_mcp_and are shown once — store it like a password.
The key is org-scoped and read-only. Revoke it any time from the same screen.
Use with Buzz
Buzz attaches one MCP server binary to every agent it spawns via BUZZ_ACP_MCP_COMMAND (a bare binary path, no arguments — which is why this wrapper exists). Set both variables in the environment your Buzz harness runs in:
export BUZZ_ACP_MCP_COMMAND="$(command -v vibewatch-mcp)"
export VIBEWATCH_MCP_KEY="vw_mcp_..."Every agent in the workspace can then answer questions from your community data. To set up the full Vibewatch-on-Buzz install — report delivery into a channel plus a ready-made @vibewatch persona — open the Buzz tile under Settings → Reports in app.vibewatch.io and follow the setup walkthrough.
Use with any stdio MCP client
Claude Code:
claude mcp add vibewatch --env VIBEWATCH_MCP_KEY=vw_mcp_... -- vibewatch-mcpGeneric client config (Claude Desktop and compatible):
{
"mcpServers": {
"vibewatch": {
"command": "vibewatch-mcp",
"env": {
"VIBEWATCH_MCP_KEY": "vw_mcp_..."
}
}
}
}Environment variables
Variable | Required | Purpose |
| Yes | Your org-scoped MCP key ( |
| No | Override the server URL. Defaults to |
Extra CLI arguments (e.g. --debug) pass through to mcp-remote.
The key never appears in the process argument list — the bridge hands mcp-remote a ${VIBEWATCH_MCP_KEY} placeholder and mcp-remote reads the value from the environment.
Tools
Tool | What it returns |
| Current vibe score and how it moved |
| Community messages matching a query |
| Daily highlights and themes |
| Weekly report content |
| Market backdrop for sentiment reads |
| Org and connected-source details |
License
Apache-2.0
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
- FlicenseBqualityFmaintenanceA read-only MCP server that provides access to financial news, Wall Street Bets sentiment analysis, and detailed options data from sellthenews.org. It enables LLMs to retrieve real-time news feeds, search historical data, and analyze options chains or Greek exposure for specific tickers.Last updated5
- AlicenseAqualityCmaintenanceMCP server that synthesizes user feedback from multiple sources into actionable insights. Aggregates reviews, support tickets, and survey responses to identify patterns and priorities.Last updated4MIT
- AlicenseAqualityCmaintenanceMCP server for Praesentire — bilingual financial news sentiment as a Claude tool. Provides aggregated sentiment scores, batch queries, and English vs Chinese sentiment comparison for cross-market signals.Last updated353MIT
- Flicense-qualityCmaintenanceRead-only MCP server for monitoring public RSS and Atom feeds from competitor and industry websites, enabling competitive intelligence workflows through feed fetching, searching, and thematic summarization.Last updated
Related MCP Connectors
Read-only MCP server for Robinhood Chain token discovery, research, and due diligence via GMGN.
Social media analytics, video analysis, and competitor intel for any MCP-compatible AI agent.
MCP server exposing Kettle Logic insight articles & industry guidance as tools + resources.
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/Vibewatch-io/vibewatch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server