Systemprompt Mcp Core
БесплатноНе проверенThe core MCP extension for Systemprompt MCP multimodal client
Описание
The core MCP extension for Systemprompt MCP multimodal client
README
npm version smithery badge License: Apache-2.0 Twitter Follow Discord
Website | Documentation | Blog | Get API Key
A specialized Model Context Protocol (MCP) server that enables you to create, manage, and extend AI agents through a powerful prompt and tool management system. This server integrates with systemprompt.io to provide seamless creation, management, and versioning of system prompts through MCP.
An API KEY is required to use this server. This is currently free, although this may change in the future. You can get one here.
This server uses Sampling and Notification functionality from the @modelcontextprotocol/sdk. This will only work with advanced clients that support these features. A free opensource client multimodal-mcp-client can be used to provide a complete voice-powered AI workflow solution.
Required Client
This server is designed to work with the multimodal-mcp-client - a voice-powered MCP client that provides the frontend interface. Please make sure to set up both components for the full functionality.
Why Use This Server?
- Agent Management: Create and manage AI agents with customized system prompts and tool configurations
- Extensible Tool System: Add, modify, and combine tools to enhance your agents' capabilities through MCP
- Prompt Management: Centralized management of system prompts with versioning and metadata support
- Type-Safe Integration: Full TypeScript support with proper error handling
- MCP Compatibility: Works seamlessly with multimodal-mcp-client and other MCP-compatible clients
- Open Source: Free to use and modify under the MIT license
Features
Core Functionality
- MCP Protocol Integration: Full implementation of Model Context Protocol for seamless AI agent interactions
- Voice-Powered Interface: Compatible with voice commands through multimodal-mcp-client
- Real-Time Processing: Supports streaming responses and real-time interactions
- Type-Safe Implementation: Full TypeScript support with proper error handling
Agent Management
- Create and configure AI agents with specific capabilities
- Manage agent states and contexts
- Define agent behaviors through system prompts
- Monitor and debug agent interactions
- Version control for agent configurations
- Resource management for agent assets
Advanced Tools System
Built-in tools include:
- Prompt Management
create_prompt- Create new system prompts with metadataedit_prompt- Update existing system prompts with versioningget_prompt- Retrieve specific prompt configurations
- Resource Management
create_resource- Create new agent resources and configurationsedit_resource- Modify existing agent resourceslist_resources- Browse available agent resourcesread_resource- Access specific agent resource content
- System Tools
systemprompt_heartbeat- Monitor system status and healthsystemprompt_fetch_resources- Retrieve all available resources
- Agent Management
create_agent- Create new systemprompt agentsedit_agent- Modify existing systemprompt agentslist_agents- View available systemprompt agents
Sampling & Notifications
- Advanced sampling capabilities for AI responses
- Real-time notification system for agent events
- Configurable sampling parameters
- Event-driven architecture for notifications
Integration Features
- API Key management and authentication
- User status and billing information tracking
- Subscription management
- Usage monitoring and analytics
Development Tools
- Built-in debugging capabilities
- Test utilities and fixtures
- Type-safe mocking utilities
- Comprehensive testing framework
🎥 Demo & Showcase
Watch our video demonstration to see Systemprompt MCP Client in action:
The demo showcases:
- Voice-controlled AI interactions
- Multimodal input processing
- Tool execution and workflow automation
- Real-time voice synthesis
Development
Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
Installation
Installing via Smithery
To install SystemPrompt Agent for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install systemprompt-agent-server --client claude
Manual Installation
To manually configure with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"systemprompt-agent-server": {
"command": "/path/to/systemprompt-agent-server/build/index.js"
}
}
}
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
Testing
This project uses Jest for testing with TypeScript and ESM (ECMAScript Modules) support.
Test Configuration
The test setup includes:
- Full TypeScript support with ESM modules
- Global fetch mocking
- Automatic test reset between runs
- Custom matchers for validation
- Type-safe mocking utilities
Module Resolution
The project uses a dual module resolution strategy:
- Source code uses ESM (ECMAScript Modules) with
.jsextensions - Tests use CommonJS for compatibility with Jest
This is configured through two TypeScript configurations:
tsconfig.json: Main configuration for source code (ESM)tsconfig.test.json: Test-specific configuration (CommonJS)
// Source code imports (ESM)
import { Something } from "../path/to/module.js";
// Test file imports (CommonJS)
import { Something } from "../path/to/module";
Running Tests
# Run tests
npm test
# Watch mode
npm run test:watch
# Coverage report
npm run test:coverage
Test Structure
Tests are located in __tests__ directories next to the files they test. The naming convention is *.test.ts.
Related Links
- Multimodal MCP Client - Voice-powered MCP client
- systemprompt.io Documentation
Установка Systemprompt Mcp Core
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Ejb503/systemprompt-mcp-coreFAQ
Systemprompt Mcp Core MCP бесплатный?
Да, Systemprompt Mcp Core MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Systemprompt Mcp Core?
Нет, Systemprompt Mcp Core работает без API-ключей и переменных окружения.
Systemprompt Mcp Core — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Systemprompt Mcp Core в Claude Desktop, Claude Code или Cursor?
Открой Systemprompt Mcp Core на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
Roblox Studio
Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce
автор: paralovOpencode Omniroute Plugin
OpenCode plugin for the OmniRoute AI Gateway. Drives dynamic model discovery, /connect auth flow, and multi-instance OmniRoute providers via the official @openc
автор: GitHub ActionsAWS 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-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
Compare Systemprompt Mcp Core with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
