https://github.com/gleanwork/mcp-config
Type-safe schemas and builders for MCP client configurations
https://github.com/gleanwork/mcp-config
Last synced: 4 months ago
JSON representation
Type-safe schemas and builders for MCP client configurations
- Host: GitHub
- URL: https://github.com/gleanwork/mcp-config
- Owner: gleanwork
- License: mit
- Created: 2025-08-18T21:05:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-03-04T23:10:11.000Z (4 months ago)
- Last Synced: 2026-03-05T04:53:39.638Z (4 months ago)
- Language: TypeScript
- Size: 1.14 MB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# mcp-config
Monorepo for MCP (Model Context Protocol) configuration packages.
## Packages
| Package | Description |
|---------|-------------|
| [@gleanwork/mcp-config-schema](./packages/mcp-config-schema) | Type-safe schemas and builders for MCP client configurations |
| [@gleanwork/mcp-config-glean](./packages/mcp-config-glean) | Glean-specific MCP configuration defaults and helpers |
## Development
```bash
# Install dependencies
npm install
# Build all packages
npm run build
# Run tests across all packages
npm run test
# Run all checks (lint, typecheck, test)
npm run test:all
```
## Package Dependency
`@gleanwork/mcp-config-glean` depends on `@gleanwork/mcp-config-schema` and provides Glean-specific defaults on top of the base schema package.
## License
MIT