Stackzero Labs MCP
A server for generating Stackzero Labs UI components.
@stackzero-labs/mcp
Official MCP (Model Context Protocol) server for stackzero-labs/ui.
Official Docs »
Get started
·
Report Bug
·
Request Feature
Overview
This package allows you to run a model context server for stackzero-labs/ui components, enabling you to use the MCP protocol with your applications.
1-click install in Cursor
Installation
npm install @stackzero-labs/mcp
Usage
As a standalone server
npx @stackzero-labs/mcp
In Claude Desktop
Add to your Claude Desktop configuration:
{
"mcpServers": {
"@stackzero-labs/mcp": {
"command": "npx",
"args": ["-y", "@stackzero-labs/mcp@latest"]
}
}
}
In Cursor (manual setup)
Go to Cursor settings, select MCP. Add to your Cursor configuration:
{
"mcpServers": {
"@stackzero-labs/mcp": {
"command": "npx",
"args": ["-y", "@stackzero-labs/mcp@latest"]
}
}
}
Development
# Install dependencies
pnpm install
# Build the project
pnpm build
# Run in development mode
pnpm dev
# Inspect the MCP server
pnpm inspect
License
See LICENSE for details.
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Alpha Vantage MCP Server
ผู้สนับสนุนAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Ghost MCP
An MCP server for the Ghost blogging platform with Server-Sent Events (SSE) transport support.
Armis Security Scanner
AI-powered security scanning. Scans code, files, and git diffs for vulnerabilities in real-time using the Armis scanning API.
LangSmith MCP Server
An MCP server for fetching conversation history and prompts from the LangSmith observability platform.
MCP-scala
A Model Context Protocol server implementation written in Scala 3.
Shackleton
Autonomous multi-agent AI framework for code execution, web browsing, file operations, and task planning with x402 payment support
Streamable HTTP Server Example
An example MCP server demonstrating streamable HTTP responses using Node.js.
Roslyn MCP Server
A C# MCP server using Microsoft's Roslyn compiler for code analysis and navigation in C# codebases.
MCP-Typescribe
Answers questions about TypeScript APIs using TypeDoc JSON documentation.
BloodHound-MCP
integration that connects BloodHound with AI through MCP, allowing security professionals to analyze Active Directory attack paths using natural language queries instead of Cypher.
Bruno MCP Server
Execute Bruno collections using the Bruno CLI, with support for environment files and detailed test results.