Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
WithSeismic MCP
Claim
by
dougwithseismic
GitHub
Developer Tools
Knowledge & Memory
TypeScript
MIT License
6
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
withseismic-mcp
.github
src
CONTRIBUTING.md
.env.example
.gitignore
LICENSE
mcp.config.ts
package.json
README.md
tsconfig.json
tsup.config.ts
vitest.config.ts
withseismic-mcp.png
import
{
defineConfig
}
from
"
tsup
"
;
export
default
defineConfig
({
entry: [
"
src/sse.ts
"
],
format: [
"
esm
"
],
dts:
true
,
splitting:
false
,
clean:
true
,
outDir:
"
dist
"
,
sourcemap:
true
,
});