1. Conduid
  2. Developer Tools
  3. Tutorial
MCP server · Developer Tools

Tutorial

Sample mcp server tutorial

Unclaimed last commit 7 months ago devtools
48Fair

Scored 4 months ago · breakdown

About Tutorial

Tutorial is an MCP server published by akhilsharmanittala in the Developer Tools category: sample mcp server tutorial. It has been installed 0 times through Conduid.

Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-server-tutorial

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Tutorial

Powered by Claude · Grounded in docs

I know everything about Tutorial. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

run client and server based testing

akhil@Akhil-Nittalas-MacBook-Pro mcp-go-demo % go mod init mcp-demo go get github.com/modelcontextprotocol/go-sdk/mcp

build server

go build -o mcp-server server/main.go

run client

go run my_client.go greet --name Akhil

go run my_client.go add --a 10 --b 100

output

2026/02/08 13:38:42 {"greeting":"Hi Akhil"} 2026/02/08 13:38:42 {"sum":110}

test via UI using mcp-inspector

mcp-inspector ./mcp-server

connect via claude desktop

Install claude desktop go to claude icon on top > settings > developer > local mcp server > paste the below content in ~/.config/claude/claude_desktop_config.json

{ "mcpServers": { "akhil-mcp": { "command": "/Users/akhil/mcp-server-tutorial/mcp-server" } }, "preferences": { "coworkScheduledTasksEnabled": false, "sidebarMode": "chat" } }

reload claude desktop in chat "greet Akhil"

check the response and logs in settings> developer> view logs

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Tutorial

How do I install Tutorial?

Run npx mcp-server-tutorial, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Tutorial safe to use with an AI agent?

Its trust score is 48 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Tutorial still maintained?

The last commit was 7 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.