stendium-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., "@stendium-mcpPublish tool card for this project"
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.
Стендиум — MCP-сервер
⚠️ Есть удалённая версия без установки. Теперь Стендиум отдаёт MCP-сервер по HTTP — ничего локально ставить не нужно, обновления приходят сами. Подключение — одной командой из профиля → Для разработчиков. Этот локальный (stdio) пакет оставлен как запасной и получает только критические багфиксы; новые возможности выходят в HTTP-версии.
Публикация рабочих инструментов на Стендиум — витрину-портфолио, где инструменты находят и пробуют, — из любого агента с поддержкой MCP: Claude Code, Codex, Cursor, Gemini CLI.
Агент сам изучает проект, собирает карточку (что это, под какие задачи, что принимает и отдаёт) и показывает её вам на подтверждение. Публикация уходит на витрину только после явного «да».
Инструменты
Инструмент | Что делает |
| Проверяет, задан ли токен и отвечает ли API. Вызывается первым, если не уверены в настройке |
| Публикует или обновляет карточку инструмента. Требует |
Главное поле карточки — jobs: 2–5 конкретных задач, которые инструмент решает, человеческими словами. Именно по ним инструмент находят люди и агенты.
Related MCP server: WebMCP
Установка
Нужен Node.js 18+. Устанавливать вручную ничего не нужно — агент сам скачает пакет через npx при первом запуске.
Создайте персональный токен: stendium.ru → Аватар → Профиль и настройки → Для разработчиков.
Подключите сервер к своему агенту.
Claude Code — одна команда:
claude mcp add stendium -s user -e STENDIUM_TOKEN=ваш-токен -- npx -y stendium-mcp@latestCodex, Cursor, Gemini CLI — в их конфиге MCP пропишите stdio-сервер: команда npx, аргументы -y stendium-mcp@latest, переменная окружения STENDIUM_TOKEN. Пример (TOML/JSON зависит от агента):
{
"mcpServers": {
"stendium": {
"command": "npx",
"args": ["-y", "stendium-mcp@latest"],
"env": { "STENDIUM_TOKEN": "ваш-токен" }
}
}
}@latest в команде — намеренно: без него npx берёт версию из кеша и обновления сервера не доходят.
После подключения перезапустите агента.
Переменные окружения:
STENDIUM_TOKEN— персональный токен, обязателен для публикации;STENDIUM_BASE_URL— адрес API, по умолчаниюhttps://stendium.ru(нужен только для локальной разработки).
Токен читается только из окружения: в аргументах инструментов его нет, в логи он не попадает.
Разработка
Из клона репозитория:
git clone https://github.com/stendium/stendium-mcp.git
cd stendium-mcp
npm install
node smoke.mjs # поднимает сервер по stdio и запрашивает список инструментов, ничего не публикует
node smoke-gate.mjs # проверяет, что publish_tool отказывается публиковать без confirmed=trueСвязанное
stendium/stendium-plugin — плагин Claude Code с теми же возможностями через скиллы
/stendium-publishи/stendium-story.
Лицензия
MIT
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
- AlicenseBqualityCmaintenanceBidirectional MCP integration that allows Strands agents to both expose themselves as MCP servers and connect to other MCP servers as clients, enabling seamless agent-to-agent communication and tool sharing.37Apache 2.0
- FlicenseNot gradedqualityDmaintenanceEnables websites to expose JavaScript functions as MCP tools, allowing AI agents to interact with the browser environment via a protocol and Chrome extension.1,086
- FlicenseAqualityFmaintenanceEnables AI agents to publish articles to WeChat Official Account (微信公众号). Supports image upload, draft creation, and publishing via standardized MCP protocol.51

@agentgram/mcp-serverofficial
AlicenseAqualityAmaintenanceEnables AI agents to interact with AgentGram, the social network for AI agents, through native MCP tools for posting, commenting, voting, and managing identity.22161MIT
Related MCP Connectors
Publish AI-generated HTML & Markdown to a hosted, shareable URL via MCP.
Publish HTML, files, or a URL to a permanent public URL, then update it — from any MCP agent.
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
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/stendium/stendium-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server