Skip to main content
Glama

systemprompt-mcp-interview

server-config.ts975 B
import { Implementation, ServerCapabilities } from "@modelcontextprotocol/sdk/types.js"; export const serverConfig: Implementation = { name: "systemprompt-mcp-interview", version: "1.0.14", metadata: { name: "System Prompt MCP Interview", description: "A specialized Model Context Protocol (MCP) server that conducts mock interviews, provides feedback, and helps users practice their interview skills with AI-powered interview scenarios.", icon: "solar:users-group-rounded-line-duotone", color: "primary", serverStartTime: Date.now(), environment: process.env.NODE_ENV, customData: { serverFeatures: ["agent", "prompts", "systemprompt", "interviews"], }, }, }; export const serverCapabilities: { capabilities: ServerCapabilities } = { capabilities: { resources: { listChanged: true, }, tools: {}, prompts: { listChanged: true, }, sampling: {}, logging: {}, ping: {}, }, };

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ejb503/systemprompt-mcp-interview'

If you have feedback or need assistance with the MCP directory API, please join our Discord server