Kobold MCP Server
코볼드 MCP 서버
KoboldAI와의 인터페이스를 위한 모델 컨텍스트 프로토콜(MCP) 서버 구현입니다. 이 서버를 통해 KoboldAI의 텍스트 생성 기능과 MCP 호환 애플리케이션 간의 통합이 가능합니다.
특징
KoboldAI를 사용한 텍스트 생성
지속 메모리를 통한 채팅 완료
OpenAI 호환 API 엔드포인트
안정 확산 통합
공식 MCP SDK 기반으로 구축됨
TypeScript 구현
Related MCP server: Outsource MCP
설치
지엑스피1
필수 조건
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
Core KoboldAI API(텍스트 생성, 모델 정보)
대화 메모리를 통한 채팅 완료
텍스트 완성(OpenAI 호환)
안정 확산 적분(txt2img, img2img)
오디오 필사 및 텍스트 음성 변환
웹 검색 기능
개발
저장소를 복제합니다.
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
기여하다
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
특허
MIT 라이센스 - 자세한 내용은 라이센스 파일을 참조하세요.
지원하다
문제 및 기능 요청은 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