코볼드 MCP 서버
KoboldAI와의 인터페이스를 위한 모델 컨텍스트 프로토콜(MCP) 서버 구현입니다. 이 서버를 통해 KoboldAI의 텍스트 생성 기능과 MCP 호환 애플리케이션 간의 통합이 가능합니다.
특징
KoboldAI를 사용한 텍스트 생성
지속 메모리를 통한 채팅 완료
OpenAI 호환 API 엔드포인트
안정 확산 통합
공식 MCP SDK 기반으로 구축됨
TypeScript 구현
설치
지엑스피1
필수 조건
Node.js(v16 이상)
npm 또는 yarn 패키지 관리자
KoboldAI 인스턴스 실행
용법
구성
서버는 환경 변수나 구성 객체를 통해 구성될 수 있습니다.
지원되는 API
Core KoboldAI API(텍스트 생성, 모델 정보)
대화 메모리를 통한 채팅 완료
텍스트 완성(OpenAI 호환)
안정 확산 적분(txt2img, img2img)
오디오 필사 및 텍스트 음성 변환
웹 검색 기능
개발
저장소를 복제합니다.
종속성 설치:
프로젝트를 빌드하세요:
종속성
@modelcontextprotocol/sdk
: ^1.0.1node-fetch
: ^2.6.1zod
: ^3.20.0zod-to-json-schema
: ^3.23.5
기여하다
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
특허
MIT 라이센스 - 자세한 내용은 라이센스 파일을 참조하세요.
지원하다
문제 및 기능 요청은 GitHub 문제 추적기를 이용하세요.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
KoboldAI의 텍스트 생성 기능과 MCP 호환 애플리케이션 간의 통합을 가능하게 하는 서버로, 채팅 완성, Stable Diffusion, OpenAI 호환 API 엔드포인트와 같은 기능을 갖추고 있습니다.
Related Resources
Related MCP Servers
- -securityFlicense-qualityAn auto-generated MCP server that enables interaction with the OpenAI API, allowing users to access OpenAI's models and capabilities through the Multi-Agent Conversation Protocol.Last updated -
- AsecurityAlicenseAqualityAn MCP server that enables AI applications to access 20+ model providers (including OpenAI, Anthropic, Google) through a unified interface for text and image generation.Last updated -223MIT License
- -securityFlicense-qualityAn MCP server that provides user dialogue capabilities for AI code editors, allowing AI to interact with users through dialog boxes when needing input during the coding process.Last updated -
- -securityAlicense-qualityAn MCP server that provides deep knowledge about OpenAI APIs and SDKs, enabling users to query technical information through various MCP clients including ChatGPT Deep Research, Cursor, and OpenAI Responses API.Last updated -10MIT License