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
{ "extends": "./tsconfig.json", "compilerOptions": { /* Runtime Environment */ "lib": ["ESNext"], "types": ["node"], }, "include": [ "./*.config.ts", "./scripts/**/*.ts", "./scripts/**/*.tsx", "./scripts/**/*.js", "./scripts/**/*.jsx" ], "exclude": ["./src/**/*"] }