Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
systemd-coredump MCP Server
Claim
by
signal-slot
npm
GitHub
Monitoring
Developer Tools
OS Automation
JavaScript
10
1
Linux
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
.clinerules
direct-test.js
example-usage.sh
generate-test-coredump.c
.gitignore
JOIN_ORGANIZATION.md
mcp-settings.json
.npmignore
package.json
package-lock.json
PUBLISHING.md
README.md
README.npm.md
stacktrace-direct-test.js
test-decode-fix.js
test-filter.js
test-simple.js
test-stacktrace.js
test-stacktrace-resource.js
test-stacktrace-simple.js
test-tools.js
tsconfig.json
verify-npm-package.js
verify-stacktrace-resource.sh
{ "name": "@taskjp/server-systemd-coredump", "version": "0.1.1", "description": "A Model Context Protocol (MCP) server for systemd-coredump", "private": false, "type": "module", "homepage": "https://github.com/signal-slot/mcp-systemd-coredump", "repository": { "type": "git", "url": "https://github.com/signal-slot/mcp-systemd-coredump.git" }, "keywords": [ "mcp", "systemd", "coredump", "debugging", "modelcontextprotocol" ], "author": "signal-slot", "license": "MIT", "bin": { "systemd-coredump-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && chmod +x build/index.js", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "prepublishOnly": "npm run build", "release": "npm publish --access public" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "axios": "^1.8.1", "execa": "^9.5.2" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }