Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Specif-ai MCP Server
Claim
Official
by
vj-presidio
npm
GitHub
Developer Tools
Knowledge & Memory
TypeScript
0
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
specif-ai-mcp-server
docs
example
.github
.husky
src
test_data
build-npm.sh
build.sh
bunfig.toml
bun.lock
CHANGELOG.md
commitlint.config.js
.gitignore
index.ts
install.ps1
install.sh
package.json
.prettierignore
.prettierrc
README.md
.release-it.json
.tool-versions
tsconfig.jest.json
tsconfig.json
update.ps1
update.sh
{ "compilerOptions": { // Enable latest features "lib": ["ESNext", "DOM"], "target": "ESNext", "module": "ESNext", "moduleDetection": "force", "jsx": "react-jsx", "allowJs": true, // Bundler mode "moduleResolution": "bundler", "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "noEmit": true, "resolveJsonModule": true, // Best practices "strict": true, "skipLibCheck": true, "noFallthroughCasesInSwitch": true, // Some stricter flags (disabled by default) "noUnusedLocals": false, "noUnusedParameters": false, "noPropertyAccessFromIndexSignature": false } }