Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP-SLOP Adapter
Claim
by
kortexa-ai
npm
GitHub
Developer Tools
Communication
JavaScript
MIT License
0
9
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
docs
.github
scripts
simple-slop-server
src
CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
eslint.config.ts
.gitignore
LICENSE
.npmignore
package.json
package-lock.json
README.md
tsconfig.app.json
tsconfig.json
tsconfig.node.json
{ "compilerOptions": { /* Build Configuration */ "target": "ESNext", "module": "ESNext", "declaration": true, "declarationMap": true, "sourceMap": true, "incremental": true, "tsBuildInfoFile": "./build/.tsbuildinfo", /* Module Resolution */ "moduleResolution": "bundler", "moduleDetection": "force", "baseUrl": ".", "rootDir": "./src", "outDir": "./dist", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "isolatedModules": true, "verbatimModuleSyntax": true, /* Type Checking */ "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true }, "include": [ "./src/**/*" ] }