@Jambonz/ Schema Server
БесплатноНе проверенThis server exposes jambonz verb schemas and developer documentation as MCP tools, enabling AI agents to query verb definitions, component types, callback paylo
Описание
This server exposes jambonz verb schemas and developer documentation as MCP tools, enabling AI agents to query verb definitions, component types, callback payloads, and the full developer guide without needing local access to the schema files.
README
MCP server that provides jambonz verb schemas and documentation to AI agents via the Model Context Protocol.
How It Works
This server exposes the schemas and developer guide from the @jambonz/schema package as MCP tools. AI coding agents can query verb definitions, component types, callback payloads, and the full developer guide without needing local access to the schema files.
Tools
| Tool | Description |
|---|---|
jambonz_developer_toolkit |
Returns the full developer guide and schema index. Call this first before writing any jambonz code. |
get_jambonz_schema |
Fetch the JSON Schema for any verb, component, or callback (e.g. verb:say, component:synthesizer, callback:gather, guide:session-commands). |
Usage
stdio transport
npx @jambonz/mcp-schema-server
HTTP transport
npx @jambonz/mcp-schema-server --http --port 3000
Configuration
Claude Code CLI
Add to .mcp.json in your project root:
{
"mcpServers": {
"jambonz": {
"command": "npx",
"args": ["-y", "@jambonz/mcp-schema-server"]
}
}
}
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"jambonz": {
"command": "npx",
"args": ["-y", "@jambonz/mcp-schema-server"]
}
}
}
VS Code
Add to .vscode/mcp.json:
{
"servers": {
"jambonz": {
"command": "npx",
"args": ["-y", "@jambonz/mcp-schema-server"]
}
}
}
Remote Hosted Server
A hosted instance is available at:
https://mcp-server.jambonz.app/mcp
To use the remote server in .mcp.json:
{
"mcpServers": {
"jambonz": {
"type": "url",
"url": "https://mcp-server.jambonz.app/mcp"
}
}
}
Development
Local Testing
npm install
npm run build
node dist/index.js # stdio transport
node dist/index.js --http # HTTP on port 3000
Release Process
Publishing is handled by GitHub Actions on v* tags. To release:
# After updating dependencies in package.json
npm install
git add -A && git commit -m "chore: update dependencies"
# Bump version and create tag
npm version patch # or minor/major
# Push commit and tag to trigger publish workflow
git push origin main --tags
Links
- @jambonz/schema -- schema package this server exposes
- jambonz.org -- platform documentation
- GitHub
License
MIT
Установка @Jambonz/ Schema Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jambonz/mcp-serverFAQ
@Jambonz/ Schema Server MCP бесплатный?
Да, @Jambonz/ Schema Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для @Jambonz/ Schema Server?
Нет, @Jambonz/ Schema Server работает без API-ключей и переменных окружения.
@Jambonz/ Schema Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить @Jambonz/ Schema Server в Claude Desktop, Claude Code или Cursor?
Открой @Jambonz/ Schema Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare @Jambonz/ Schema Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
