systemprompt-agent-server
The core MCP extension for Systemprompt MCP multimodal client
Overview
Systemprompt Agent Server is a specialized Model Context Protocol (MCP) server that allows users to create, manage, and extend AI agents through a powerful prompt and tool management system.
To use the Systemprompt Agent Server, you need to obtain an API key from the Systemprompt Console and set up the server alongside the multimodal-mcp-client for full functionality.
- Agent Management: Create and manage AI agents with customized system prompts. - Extensible Tool System: Add and modify tools to enhance agent capabilities. - Prompt Management: Centralized management of system prompts with versioning. - Type-Safe Integration: Full TypeScript support with error handling. - Real-Time Processing: Supports streaming responses and real-time interactions.
- Creating voice-controlled AI agents for various applications.
- Managing and configuring AI agents for specific tasks.
- Integrating with other MCP-compatible clients for enhanced functionality.
Add to your AI client
Use these steps to connect systemprompt-agent-server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"systemprompt-mcp-core-ejb503": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-systemprompt-mcp-core-ejb503"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"systemprompt-mcp-core-ejb503": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-systemprompt-mcp-core-ejb503"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"systemprompt-mcp-core-ejb503": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-systemprompt-mcp-core-ejb503"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"systemprompt-mcp-core-ejb503": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-systemprompt-mcp-core-ejb503"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"systemprompt-mcp-core-ejb503": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-systemprompt-mcp-core-ejb503"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"systemprompt-mcp-core-ejb503": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-systemprompt-mcp-core-ejb503"
]
}
}
}FAQ
**Is the Systemprompt Agent Server free to use?**
Yes, it is currently free to use, but this may change in the future.
**What is required to use the server?**
An API key and the multimodal-mcp-client are required for full functionality.
**Can I modify the server?**
Yes, it is open source and can be modified under the MIT license.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":873,"uuid":"9b6dc226-b17e-44c4-84cb-27afeb70453f","name":"systemprompt-mcp-core","title":"systemprompt-agent-server","description":"The core MCP extension for Systemprompt MCP multimodal client","avatar_url":"https://avatars.githubusercontent.com/u/4939114?v=4","created_at":"2025-01-28T02:15:49.143+00:00","updated_at":"2025-02-23T07:21:18.107+00:00","status":"created","author_name":"Ejb503","author_avatar_url":"https://avatars.githubusercontent.com/u/4939114?v=4","tags":"ai,mcp,systemprompt,mcp-server","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/Ejb503/systemprompt-mcp-core","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/61d8c329768bea65bbc61d402420fe588710ee7605b3ffdf46985e71cd9393ae/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f73797374656d70726f6d70742d6d63702d696e746572766965772e737667","type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]