MCP-SLOP Adapter
MCP-SLOP 어댑터
Claude Desktop과 같은 MCP (Model Context Protocol) 클라이언트를 모든 SLOP (Simple Language Open Protocol) 호환 서버와 연결하는 가벼운 어댑터입니다.
MCP와 SLOP는 무엇인가요?
MCP(Model Context Protocol) : Anthropic에서 개발한 독점 프로토콜로, AI 모델이 도구와 리소스에 접근할 수 있도록 지원합니다. MCP에 대해 자세히 알아보세요 .
SLOP(Simple Language Open Protocol) : 5개의 기본 엔드포인트를 갖춘 AI API를 위한 간단한 오픈소스 REST 기반 패턴입니다. SLOP에 대해 자세히 알아보거나 SLOP Discord 커뮤니티에 참여하세요.
Related MCP server: mcprouter
특징
이 어댑터는 다음을 통해 MCP와 SLOP를 연결합니다.
MCP 도구 요청을 SLOP API 호출로 변환
SLOP 리소스를 MCP 리소스로 노출
SLOP 특정 엔드포인트(채팅, 메모리, 지불)에 대한 MCP 도구 제공
프로토콜 간 오류 변환 처리
설치 및 사용
npx 사용하기
npx를 사용하여 어댑터를 직접 실행할 수 있습니다.
지엑스피1
글로벌 설치
npm install -g @kortexa-ai/mcp-slop-adapter
mcp-slop-adapter http://your-slop-server-urlClaude Desktop 구성
Claude Desktop을 SLOP 서버에 연결하려면:
SLOP 서버가 실행 중인지 확인하세요.
Claude Desktop의 구성 파일을 편집합니다.
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonmacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
다음 구성을 추가합니다.
{
"mcpServers": {
"mcp-slop-adapter": {
"command": "npx",
"args": [
"@kortexa-ai/mcp-slop-adapter",
"http://your-slop-server-url"
]
}
}
}http://your-slop-server-url SLOP 서버의 URL로 바꾸세요.
디버깅
MCP Inspector를 사용하여 어댑터에 연결하고 SLOP 서버를 검사할 수 있습니다.
노출된 MCP 기능
이 어댑터는 다음을 노출합니다.
도구 :
/tools엔드포인트의 기본 SLOP 도구,chat,memory-store,memory-get및pay리소스 : SLOP
/resources엔드포인트의 모든 리소스
특허
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceThis tool creates a Model Context Protocol (MCP) server that acts as a proxy for any API that has an OpenAPI v3.1 specification. This allows you to use Claude Desktop to easily interact with both local and remote server APIs.322899MIT
- AlicenseNot gradedqualityCmaintenanceA proxy service that connects MCP clients to remote MCP servers, allowing users to use server keys from MCP.so to access remote resources without running their own server.314MIT
- AlicenseBqualityDmaintenanceA specialized MCP server that helps analyze and debug Model Context Protocol logs by providing Claude with direct access to log files across multiple platforms.116MIT
- AlicenseNot gradedqualityAmaintenanceA Model Context Protocol (MCP) server that allows AI assistants like Claude to interact with Go's Language Server Protocol (LSP) and benefit from advanced Go code analysis features.101Apache 2.0
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/kortexa-ai/mcp-slop-adapter'
If you have feedback or need assistance with the MCP directory API, please join our Discord server