Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
SystemPrompt MCP Notion Server
by
Ejb503
Verified
npm
GitHub
Note Taking
Developer Tools
TypeScript
10
13
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
systemprompt-mcp-notion
credentials
.github
scripts
src
CHANGELOG.md
.coveralls.yml
eslint.config.js
.eslintrc.json
.gitignore
jest.config.mjs
jest.setup.ts
LICENSE.md
package.json
package-lock.json
README.md
tsconfig.json
tsconfig.test.json
{ "extends": "./tsconfig.json", "compilerOptions": { "types": ["node", "jest", "@jest/globals"], "isolatedModules": true, "esModuleInterop": true, "allowJs": true, "checkJs": false, "noImplicitAny": false, "strict": false, "strictNullChecks": false, "strictFunctionTypes": false, "noImplicitThis": false, "noUnusedLocals": false, "noUnusedParameters": false, "noImplicitReturns": false, "noFallthroughCasesInSwitch": false, "allowUnreachableCode": true, "skipLibCheck": true }, "include": ["src/**/*", "**/*.test.ts", "**/*.test.tsx"], "exclude": ["node_modules"] }