Kobold MCP Server
Kobold MCP 服务器
用于与 KoboldAI 交互的模型上下文协议 (MCP) 服务器实现。该服务器支持 KoboldAI 的文本生成功能与兼容 MCP 的应用程序集成。
特征
使用 KoboldAI 生成文本
使用持久内存完成聊天
OpenAI 兼容 API 端点
稳定扩散积分
基于官方 MCP SDK 构建
TypeScript 实现
Related MCP server: Outsource MCP
安装
npm install kobold-mcp-server先决条件
Node.js(v16 或更高版本)
npm 或 yarn 包管理器
运行 KoboldAI 实例
用法
import { KoboldMCPServer } from 'kobold-mcp-server';
// Initialize the server
const server = new KoboldMCPServer();
// Start the server
server.start();配置
可以通过环境变量或配置对象来配置服务器:
const config = {
apiUrl: 'http://localhost:5001' // KoboldAI API endpoint
};
const server = new KoboldMCPServer(config);支持的 API
核心 KoboldAI API(文本生成、模型信息)
通过对话记忆完成聊天
文本补全(兼容 OpenAI)
稳定扩散积分(txt2img,img2img)
音频转录和文本转语音
Web 搜索功能
发展
克隆存储库:
git clone https://github.com/yourusername/kobold-mcp-server.git
cd kobold-mcp-server安装依赖项:
npm install构建项目:
npm run build依赖项
@modelcontextprotocol/sdk: ^1.0.1node-fetch:^2.6.1zod:^3.20.0zod-to-json-schema:^3.23.5
贡献
欢迎贡献!请随时提交 Pull 请求。
执照
MIT 许可证 - 详情请参阅 LICENSE 文件。
支持
对于问题和功能请求,请使用 GitHub 问题跟踪器。
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
- AlicenseAqualityFmaintenanceA MCP server that integrates with Stable Diffusion WebUI to provide text-to-image generation and image upscaling capabilities through simple API calls.543MIT
- AlicenseAqualityDmaintenanceAn MCP server that enables AI applications to access 20+ model providers (including OpenAI, Anthropic, Google) through a unified interface for text and image generation.230MIT
- AlicenseAqualityBmaintenanceA comprehensive MCP server for interacting with the Civitai API to search models, browse images with generation prompts, and manage downloads. It features extensive support for various base models like SDXL and Flux, includes NSFW filtering, and provides automated download commands for ComfyUI.82120MIT
- FlicenseAqualityDmaintenanceMCP server for AI image generation supporting text-to-image and image-to-image editing via any OpenAI-compatible service, with configurable models, aspect ratios, and sizes.2
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
An MCP server that integrates with Discord to provide AI-powered features.
MCP server for AI dialogue using various LLM models via AceDataCloud
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/PhialsBasement/KoboldCPP-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server