Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Targetprocess MCP Server
by
aaronsb
Verified
GitHub
Developer Tools
Knowledge & Memory
Search
TypeScript
MIT License
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
config
docs
.github
resources
scripts
src
ADDITIONAL_READING.md
ADVANCED_USAGE.md
ARCHITECTURE.md
DATA_ANALYSIS.md
DEVELOPMENT.md
docker-entrypoint.sh
Dockerfile
eslint.config.js
.gitignore
.gitmodules
jest.config.js
LICENSE
llms-install.md
package.json
package-lock.json
README.md
TODO.md
tsconfig.json
USECASES.md
{ "compilerOptions": { "target": "ES2022", "module": "Node16", "moduleResolution": "Node16", "outDir": "./build", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*"], "exclude": ["node_modules"] }